Home
last modified time | relevance | path

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

/linux/fs/
H A Dfhandle.c25 int handle_dwords, handle_bytes; in do_sys_name_to_handle() local
54 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
59 &handle_dwords, fh_flags); in do_sys_name_to_handle()
62 handle_bytes = handle_dwords * sizeof(u32); in do_sys_name_to_handle()
268 int handle_dwords; in do_handle_to_path() local
273 handle_dwords = handle->handle_bytes >> 2; in do_handle_to_path()
275 handle_dwords, handle->handle_type, in do_handle_to_path()