Searched refs:fsize (Results 1 – 3 of 3) sorted by relevance
1500 loff_t fsize = i_size_read(ino); in pnfs_within_mdsthreshold() local1512 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()
328 ((begin) & ((uspi->fsize>>1) - 1)))
1945 loff_t fsize; in fuse_write_begin() local1962 fsize = i_size_read(mapping->host); in fuse_write_begin()1963 if (fsize <= (pos & PAGE_MASK)) { in fuse_write_begin()