Searched refs:pnfssf (Results 1 – 1 of 1) sorted by relevance
2835 struct statfs *pnfssf, bool xattrsupp, bool has_hiddensystem, in nfsv4_fillattr() argument3334 if (pnfssf != NULL) in nfsv4_fillattr()3335 uquad = (u_int64_t)pnfssf->f_bfree; in nfsv4_fillattr()3339 if (pnfssf != NULL) in nfsv4_fillattr()3340 uquad = (u_int64_t)pnfssf->f_bavail; in nfsv4_fillattr()3344 if (pnfssf != NULL) in nfsv4_fillattr()3345 uquad *= pnfssf->f_bsize; in nfsv4_fillattr()3353 if (pnfssf != NULL) { in nfsv4_fillattr()3354 uquad = (u_int64_t)pnfssf->f_bfree; in nfsv4_fillattr()3355 uquad *= pnfssf->f_bsize; in nfsv4_fillattr()[all …]