Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dglimpse.c58 static const struct cl_lock_descr whole_file = { variable
113 *descr = whole_file; in cl_glimpse_lock()
255 *descr = whole_file; in cl_local_size()
/linux-4.4.14/fs/
Dioctl.c259 bool past_eof = false, whole_file = false; in __generic_block_fiemap() local
272 whole_file = true; in __generic_block_fiemap()
347 if (start_blk > last_blk && !whole_file) { in __generic_block_fiemap()
/linux-4.4.14/fs/f2fs/
Ddata.c767 bool past_eof = false, whole_file = false; in f2fs_fiemap() local
783 whole_file = true; in f2fs_fiemap()
822 if (start_blk > last_blk && !whole_file) { in f2fs_fiemap()