Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfhandle.c23 int handle_dwords, handle_bytes; in do_sys_name_to_handle() local
49 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
54 &handle_dwords, fh_flags); in do_sys_name_to_handle()
57 handle_bytes = handle_dwords * sizeof(u32); in do_sys_name_to_handle()
150 int handle_dwords; in do_handle_to_path() local
158 handle_dwords = handle->handle_bytes >> 2; in do_handle_to_path()
161 handle_dwords, handle->handle_type, in do_handle_to_path()