Searched refs:handle_bytes (Results 1 – 2 of 2) sorted by relevance
21 int handle_dwords, handle_bytes; in do_sys_name_to_handle() local35 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()38 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, in do_sys_name_to_handle()44 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()52 handle_bytes = handle_dwords * sizeof(u32); in do_sys_name_to_handle()53 handle->handle_bytes = handle_bytes; in do_sys_name_to_handle()54 if ((handle->handle_bytes > f_handle.handle_bytes) || in do_sys_name_to_handle()65 handle_bytes = 0; in do_sys_name_to_handle()73 sizeof(struct file_handle) + handle_bytes)) in do_sys_name_to_handle()150 handle_dwords = handle->handle_bytes >> 2; in do_handle_to_path()[all …]
48 f.handle.handle_bytes = sizeof(f.pad); in show_mark_fhandle()49 size = f.handle.handle_bytes >> 2; in show_mark_fhandle()58 f.handle.handle_bytes = size * sizeof(u32); in show_mark_fhandle()61 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()63 for (i = 0; i < f.handle.handle_bytes; i++) in show_mark_fhandle()