Home
last modified time | relevance | path

Searched refs:handle_bytes (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dmountpoint-util.c59 h->handle_bytes = n; in name_to_handle_at_loop()
87 if (h->handle_bytes <= n) in name_to_handle_at_loop()
91 n = h->handle_bytes; in name_to_handle_at_loop()
260 if (h->handle_bytes == h_parent->handle_bytes && in fd_is_mount_point()
262 memcmp(h->f_handle, h_parent->f_handle, h->handle_bytes) == 0) in fd_is_mount_point()
Dcgroup-util.h342 #define CG_FILE_HANDLE_INIT { .file_handle.handle_bytes = sizeof(uint64_t) }
Dmissing_syscall.h113 unsigned int handle_bytes; member