handle_bytes 23 fs/fhandle.c int handle_dwords, handle_bytes; handle_bytes 37 fs/fhandle.c if (f_handle.handle_bytes > MAX_HANDLE_SZ) handle_bytes 40 fs/fhandle.c handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, handle_bytes 46 fs/fhandle.c handle_dwords = f_handle.handle_bytes >> 2; handle_bytes 54 fs/fhandle.c handle_bytes = handle_dwords * sizeof(u32); handle_bytes 55 fs/fhandle.c handle->handle_bytes = handle_bytes; handle_bytes 56 fs/fhandle.c if ((handle->handle_bytes > f_handle.handle_bytes) || handle_bytes 67 fs/fhandle.c handle_bytes = 0; handle_bytes 74 fs/fhandle.c sizeof(struct file_handle) + handle_bytes)) handle_bytes 151 fs/fhandle.c handle_dwords = handle->handle_bytes >> 2; handle_bytes 187 fs/fhandle.c if ((f_handle.handle_bytes > MAX_HANDLE_SZ) || handle_bytes 188 fs/fhandle.c (f_handle.handle_bytes == 0)) { handle_bytes 192 fs/fhandle.c handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, handle_bytes 202 fs/fhandle.c f_handle.handle_bytes)) { handle_bytes 231 fs/notify/fanotify/fanotify_user.c handle.handle_bytes = fh_len; handle_bytes 50 fs/notify/fdinfo.c f.handle.handle_bytes = sizeof(f.pad); handle_bytes 51 fs/notify/fdinfo.c size = f.handle.handle_bytes >> 2; handle_bytes 60 fs/notify/fdinfo.c f.handle.handle_bytes = size * sizeof(u32); handle_bytes 63 fs/notify/fdinfo.c f.handle.handle_bytes, f.handle.handle_type); handle_bytes 65 fs/notify/fdinfo.c for (i = 0; i < f.handle.handle_bytes; i++) handle_bytes 978 include/linux/fs.h __u32 handle_bytes; handle_bytes 268 tools/testing/selftests/bpf/cgroup_helpers.c if (err >= 0 || fhp->handle_bytes != 8) { handle_bytes 273 tools/testing/selftests/bpf/cgroup_helpers.c fhsize = sizeof(struct file_handle) + fhp->handle_bytes;