Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dmountpoint-util.c55 h = malloc0(offsetof(struct file_handle, f_handle) + n); in name_to_handle_at_loop()
92 … if (offsetof(struct file_handle, f_handle) + n < n) /* check for addition overflow */ in name_to_handle_at_loop()
262 memcmp(h->f_handle, h_parent->f_handle, h->handle_bytes) == 0) in fd_is_mount_point()
Dcgroup-util.h339 uint8_t space[offsetof(struct file_handle, f_handle) + sizeof(uint64_t)];
343 #define CG_FILE_HANDLE_CGROUPID(fh) (*(uint64_t*) (fh).file_handle.f_handle)
Dmissing_syscall.h115 unsigned char f_handle[0]; member