Searched refs:fsize (Results 1 – 4 of 4) sorted by relevance
1815 loff_t fsize = i_size_read(ino); in pnfs_within_mdsthreshold() local1827 dprintk("%s fsize %llu\n", __func__, fsize); in pnfs_within_mdsthreshold()1829 if (fsize < t->rd_sz) in pnfs_within_mdsthreshold()1842 dprintk("%s fsize %llu\n", __func__, fsize); in pnfs_within_mdsthreshold()1844 if (fsize < t->wr_sz) in pnfs_within_mdsthreshold()
329 ((begin) & ((uspi->fsize>>1) - 1)))
2198 loff_t fsize; in fuse_write_begin() local2215 fsize = i_size_read(mapping->host); in fuse_write_begin()2216 if (fsize <= (pos & PAGE_MASK)) { in fuse_write_begin()
334 unsigned long fsize; member1112 req->fsize = rlimit(RLIMIT_FSIZE); in io_prep_rw()1528 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = req->fsize; in io_write()