Home
last modified time | relevance | path

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

/fs/nfs/
Dpnfs.c1815 loff_t fsize = i_size_read(ino); in pnfs_within_mdsthreshold() local
1827 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()
/fs/ufs/
Dutil.h329 ((begin) & ((uspi->fsize>>1) - 1)))
/fs/fuse/
Dfile.c2198 loff_t fsize; in fuse_write_begin() local
2215 fsize = i_size_read(mapping->host); in fuse_write_begin()
2216 if (fsize <= (pos & PAGE_MASK)) { in fuse_write_begin()
/fs/
Dio_uring.c334 unsigned long fsize; member
1112 req->fsize = rlimit(RLIMIT_FSIZE); in io_prep_rw()
1528 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = req->fsize; in io_write()