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

/linux-4.1.27/fs/
H A Dfhandle.c21 int handle_dwords, handle_bytes; do_sys_name_to_handle() local
35 if (f_handle.handle_bytes > MAX_HANDLE_SZ) do_sys_name_to_handle()
38 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, do_sys_name_to_handle()
44 handle_dwords = f_handle.handle_bytes >> 2; do_sys_name_to_handle()
52 handle_bytes = handle_dwords * sizeof(u32); do_sys_name_to_handle()
53 handle->handle_bytes = handle_bytes; do_sys_name_to_handle()
54 if ((handle->handle_bytes > f_handle.handle_bytes) || do_sys_name_to_handle()
65 handle_bytes = 0; do_sys_name_to_handle()
73 sizeof(struct file_handle) + handle_bytes)) do_sys_name_to_handle()
150 handle_dwords = handle->handle_bytes >> 2; do_handle_to_path()
186 if ((f_handle.handle_bytes > MAX_HANDLE_SZ) || handle_to_path()
187 (f_handle.handle_bytes == 0)) { handle_to_path()
191 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, handle_to_path()
201 f_handle.handle_bytes)) { handle_to_path()
/linux-4.1.27/fs/notify/
H A Dfdinfo.c48 f.handle.handle_bytes = sizeof(f.pad); show_mark_fhandle()
49 size = f.handle.handle_bytes >> 2; show_mark_fhandle()
58 f.handle.handle_bytes = size * sizeof(u32); show_mark_fhandle()
61 f.handle.handle_bytes, f.handle.handle_type); show_mark_fhandle()
63 for (i = 0; i < f.handle.handle_bytes; i++) show_mark_fhandle()
/linux-4.1.27/include/linux/
H A Dfs.h868 __u32 handle_bytes; member in struct:file_handle

Completed in 116 milliseconds