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

/linux-4.1.27/fs/
H A Dfhandle.c21 int handle_dwords, handle_bytes; do_sys_name_to_handle() local
44 handle_dwords = f_handle.handle_bytes >> 2; do_sys_name_to_handle()
49 &handle_dwords, 0); do_sys_name_to_handle()
52 handle_bytes = handle_dwords * sizeof(u32); do_sys_name_to_handle()
142 int handle_dwords; do_handle_to_path() local
150 handle_dwords = handle->handle_bytes >> 2; do_handle_to_path()
153 handle_dwords, handle->handle_type, do_handle_to_path()

Completed in 74 milliseconds