Home
last modified time | relevance | path

Searched refs:file_handle (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dmountpoint-util.c36 struct file_handle **ret_handle, in name_to_handle_at_loop()
40 _cleanup_free_ struct file_handle *h = NULL; in name_to_handle_at_loop()
55 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()
177 _cleanup_free_ struct file_handle *h = NULL, *h_parent = NULL; in fd_is_mount_point()
Dcgroup-util.h338 struct file_handle file_handle; member
339 uint8_t space[offsetof(struct file_handle, f_handle) + sizeof(uint64_t)];
342 #define CG_FILE_HANDLE_INIT { .file_handle.handle_bytes = sizeof(uint64_t) }
343 #define CG_FILE_HANDLE_CGROUPID(fh) (*(uint64_t*) (fh).file_handle.f_handle)
Dmountpoint-util.h8 int name_to_handle_at_loop(int fd, const char *path, struct file_handle **ret_handle, int *ret_mnt_…
Dmissing_syscall.h112 struct file_handle { struct
118 static inline int missing_name_to_handle_at(int fd, const char *name, struct file_handle *handle, i… in missing_name_to_handle_at() argument
Dcgroup-util.c1360 if (name_to_handle_at(AT_FDCWD, path, &fh.file_handle, &mnt_id, 0) < 0) in cg_path_get_cgroupid()
/systemd-251/src/shared/
Dcgroup-show.c183 &fh.file_handle, in show_cgroup_name()