Home
last modified time | relevance | path

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

/fs/nfs/
Dpnfs.c1500 loff_t fsize = i_size_read(ino); in pnfs_within_mdsthreshold() local
1512 dprintk("%s fsize %llu\n", __func__, fsize); in pnfs_within_mdsthreshold()
1514 if (fsize < t->rd_sz) in pnfs_within_mdsthreshold()
1527 dprintk("%s fsize %llu\n", __func__, fsize); in pnfs_within_mdsthreshold()
1529 if (fsize < t->wr_sz) in pnfs_within_mdsthreshold()
/fs/ufs/
Dutil.h328 ((begin) & ((uspi->fsize>>1) - 1)))
/fs/fuse/
Dfile.c1945 loff_t fsize; in fuse_write_begin() local
1962 fsize = i_size_read(mapping->host); in fuse_write_begin()
1963 if (fsize <= (pos & PAGE_MASK)) { in fuse_write_begin()