Searched refs:f_handle (Results 1 – 3 of 3) sorted by relevance
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()262 memcmp(h->f_handle, h_parent->f_handle, h->handle_bytes) == 0) in fd_is_mount_point()
339 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)
115 unsigned char f_handle[0]; member