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

/linux-master/fs/
H A Dfhandle.c23 int handle_dwords, handle_bytes; local
45 handle_dwords = f_handle.handle_bytes >> 2;
50 &handle_dwords, fh_flags);
53 handle_bytes = handle_dwords * sizeof(u32);
146 int handle_dwords; local
154 handle_dwords = handle->handle_bytes >> 2;
157 handle_dwords, handle->handle_type,

Completed in 203 milliseconds