Home
last modified time | relevance | path

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

/fs/nfs/
Dpnfs.c1776 loff_t fsize = i_size_read(ino); in pnfs_within_mdsthreshold() local
1788 dprintk("%s fsize %llu\n", __func__, fsize); in pnfs_within_mdsthreshold()
1790 if (fsize < t->rd_sz) in pnfs_within_mdsthreshold()
1803 dprintk("%s fsize %llu\n", __func__, fsize); in pnfs_within_mdsthreshold()
1805 if (fsize < t->wr_sz) in pnfs_within_mdsthreshold()
/fs/ufs/
Dutil.h329 ((begin) & ((uspi->fsize>>1) - 1)))
/fs/fuse/
Dfile.c2159 loff_t fsize; in fuse_write_begin() local
2176 fsize = i_size_read(mapping->host); in fuse_write_begin()
2177 if (fsize <= (pos & PAGE_MASK)) { in fuse_write_begin()