Home
last modified time | relevance | path

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

/fs/nfs/
Dproc.c86 info->rtpref = fsinfo.tsize; in nfs_proc_get_root()
89 info->wtpref = fsinfo.tsize; in nfs_proc_get_root()
91 info->dtpref = fsinfo.tsize; in nfs_proc_get_root()
566 info->rtpref = fsinfo.tsize; in nfs_proc_fsinfo()
569 info->wtpref = fsinfo.tsize; in nfs_proc_fsinfo()
571 info->dtpref = fsinfo.tsize; in nfs_proc_fsinfo()
Dinternal.h623 static inline blkcnt_t nfs_calc_block_size(u64 tsize) in nfs_calc_block_size() argument
625 blkcnt_t used = (tsize + 511) >> 9; in nfs_calc_block_size()
Dnfs2xdr.c1036 result->tsize = be32_to_cpup(p++); in decode_info()