Home
last modified time | relevance | path

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

/fs/
A Dfhandle.c24 int handle_dwords, handle_bytes; in do_sys_name_to_handle() local
45 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
54 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
62 handle_bytes = handle_dwords * sizeof(u32); in do_sys_name_to_handle()
63 handle->handle_bytes = handle_bytes; in do_sys_name_to_handle()
64 if ((handle->handle_bytes > f_handle.handle_bytes) || in do_sys_name_to_handle()
77 handle_bytes = 0; in do_sys_name_to_handle()
261 handle_dwords = handle->handle_bytes >> 2; in do_handle_to_path()
338 if ((f_handle.handle_bytes > MAX_HANDLE_SZ) || in handle_to_path()
339 (f_handle.handle_bytes == 0)) in handle_to_path()
[all …]
/fs/notify/
A Dfdinfo.c44 DEFINE_FLEX(struct file_handle, f, f_handle, handle_bytes, MAX_HANDLE_SZ); in show_mark_fhandle()
47 size = f->handle_bytes >> 2; in show_mark_fhandle()
54 f->handle_bytes = size * sizeof(u32); in show_mark_fhandle()
57 f->handle_bytes, f->handle_type); in show_mark_fhandle()
59 for (i = 0; i < f->handle_bytes; i++) in show_mark_fhandle()
/fs/notify/fanotify/
A Dfanotify_user.c503 handle.handle_bytes = fh_len; in copy_fid_info_to_user()

Completed in 10 milliseconds