#include <vspace.h>
Definition at line 1656 of file vspace.h.
◆ refcount_t()
vspace::internals::refcount_t::refcount_t |
( |
std::ptrdiff_t |
init | ) |
|
|
inline |
◆ dec()
std::ptrdiff_t vspace::internals::refcount_t::dec |
( |
vaddr_t |
vaddr | ) |
|
|
inline |
Definition at line 1672 of file vspace.h.
1672 {
1677 }
static void lock(vaddr_t vaddr)
static void unlock(vaddr_t vaddr)
◆ inc()
std::ptrdiff_t vspace::internals::refcount_t::inc |
( |
vaddr_t |
vaddr | ) |
|
|
inline |
◆ lock()
static void vspace::internals::refcount_t::lock |
( |
vaddr_t |
vaddr | ) |
|
|
inlinestatic |
Definition at line 1658 of file vspace.h.
1658 {
1660 }
void lock_file(int fd, size_t offset, size_t len)
static const size_t METABLOCK_SIZE
◆ unlock()
static void vspace::internals::refcount_t::unlock |
( |
vaddr_t |
vaddr | ) |
|
|
inlinestatic |
Definition at line 1661 of file vspace.h.
1661 {
1663 }
void unlock_file(int fd, size_t offset, size_t len)
◆ rc
std::ptrdiff_t vspace::internals::refcount_t::rc |
The documentation for this struct was generated from the following file: