Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dfhandle.c23 int handle_dwords, handle_bytes; in do_sys_name_to_handle() local
46 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
51 &handle_dwords, 0); in do_sys_name_to_handle()
54 handle_bytes = handle_dwords * sizeof(u32); in do_sys_name_to_handle()
143 int handle_dwords; in do_handle_to_path() local
151 handle_dwords = handle->handle_bytes >> 2; in do_handle_to_path()
154 handle_dwords, handle->handle_type, in do_handle_to_path()