Searched refs:handle_bytes (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/
H A Dfhandle.c23 int handle_dwords, handle_bytes; local
36 if (f_handle.handle_bytes > MAX_HANDLE_SZ)
39 handle = kzalloc(sizeof(struct file_handle) + f_handle.handle_bytes,
45 handle_dwords = f_handle.handle_bytes >> 2;
53 handle_bytes = handle_dwords * sizeof(u32);
54 handle->handle_bytes = handle_bytes;
55 if ((handle->handle_bytes > f_handle.handle_bytes) ||
68 handle_bytes
[all...]
/linux-master/fs/notify/
H A Dfdinfo.c50 f.handle.handle_bytes = sizeof(f.pad);
51 size = f.handle.handle_bytes >> 2;
60 f.handle.handle_bytes = size * sizeof(u32);
63 f.handle.handle_bytes, f.handle.handle_type);
65 for (i = 0; i < f.handle.handle_bytes; i++)
/linux-master/samples/fanotify/
H A Dfs-monitor.c41 for (i = 0; i < fh->handle_bytes; i++)
48 else if (fh->handle_type == FILEID_INVALID && !fh->handle_bytes)
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c451 if (err >= 0 || fhp->handle_bytes != 8) {
456 fhsize = sizeof(struct file_handle) + fhp->handle_bytes;
/linux-master/tools/perf/util/
H A Dcgroup.c59 handle.fh.handle_bytes = sizeof(handle.cgroup_id);
H A Dsynthetic-events.c567 handle.fh.handle_bytes = sizeof(handle.cgroup_id);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c462 handle.handle_bytes = fh_len;
/linux-master/include/linux/
H A Dfs.h1035 __u32 handle_bytes; member in struct:file_handle

Completed in 298 milliseconds