Lines Matching defs:sbp
469 unionfs_statfs(struct mount *mp, struct statfs *sbp)
490 sbp->f_blocks = mstat->f_blocks;
491 sbp->f_files = mstat->f_files;
505 sbp->f_type = mstat->f_type;
506 sbp->f_flags = mstat->f_flags;
507 sbp->f_bsize = mstat->f_bsize;
508 sbp->f_iosize = mstat->f_iosize;
511 sbp->f_blocks = ((off_t)sbp->f_blocks * lbsize) /
514 sbp->f_blocks += mstat->f_blocks;
515 sbp->f_bfree = mstat->f_bfree;
516 sbp->f_bavail = mstat->f_bavail;
517 sbp->f_files += mstat->f_files;
518 sbp->f_ffree = mstat->f_ffree;