/src/sbin/dump/ |
snapshot.c | 65 struct statvfs *mntbuf, *fs, fsb; local in function:snap_open 138 if (statvfs(fss.fss_bstore, &fsb) < 0) 140 if (ftruncate(fd, (off_t)fsb.f_frsize*fsb.f_bavail) < 0)
|
/src/sys/ufs/lfs/ |
lfs_bio.c | 206 * Called with vp locked. (Note nowever that if fsb < 0, vp is ignored.) 210 struct vnode *vp2, int fsb) 221 while (!cantwait && fsb > 0 && 222 !lfs_fits(fs, fsb + fs->lfs_ravail + fs->lfs_favail)) { 228 fsb + fs->lfs_ravail + fs->lfs_favail, 241 if (lfs_fits(fs, fsb + fs->lfs_ravail + fs->lfs_favail)) 256 fs->lfs_ravail += fsb; 268 lfs_reserve(struct lfs *fs, struct vnode *vp, struct vnode *vp2, int fsb) 283 KASSERT(fsb < 0 || VOP_ISLOCKED(vp)); 284 KASSERT(vp2 == NULL || fsb < 0 || VOP_ISLOCKED(vp2)) 418 int fsb; local in function:lfs_bwrite_ext [all...] |
/src/sys/arch/x86/include/ |
powernow.h | 130 unsigned int fsb; member in struct:powernow_cpu_state
|
/src/sbin/fsck_lfs/ |
segwrite.c | 177 printf("wrote %" PRId64 " bytes (%" PRId32 " fsb)\n", 179 printf("wrote %" PRId64 " bytes data (%" PRId32 " fsb)\n", 181 printf("wrote %" PRId64 " bytes indir (%" PRId32 " fsb)\n", 183 printf("wrote %" PRId64 " bytes dev (%" PRId32 " fsb)\n", 185 printf("wrote %d inodes (%" PRId32 " fsb)\n", 252 int i, fsb = 0; local in function:lfs_writeinode 346 lfs_if_setdaddr(fs, ifp, LFS_DBTOFSB(fs, bp->b_blkno) + fsb);
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
save.h | 526 uint64_t fsb; /* FSB route, not supported now */ member in struct:hvm_hw_hpet::__anon6c5026fa0808
|
/src/usr.sbin/mountd/ |
mountd.c | 578 struct statvfs fsb; local in function:mntsrv 643 statvfs1(rdirpath, &fsb, ST_WAIT) < 0) { 657 ep = ex_search(&fsb.f_fsidx); 1022 struct statvfs fsb; local in function:get_exportlist_one 1095 got_nondir, cp, &ep, &fsb)) 1166 dirp, dirplen, &fsb)) 2001 char *dirp, int dirplen, struct statvfs *fsb) 2012 if (add_export_arg(fsb->f_mntonname, exflags, anoncrp, 2027 if (add_export_arg(fsb->f_mntonname, exflags, anoncrp,
|