Searched refs:fsize (Results 1 – 3 of 3) sorted by relevance
1776 loff_t fsize = i_size_read(ino); in pnfs_within_mdsthreshold() local1788 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()
329 ((begin) & ((uspi->fsize>>1) - 1)))
2159 loff_t fsize; in fuse_write_begin() local2176 fsize = i_size_read(mapping->host); in fuse_write_begin()2177 if (fsize <= (pos & PAGE_MASK)) { in fuse_write_begin()