/src/tests/fs/ffs/ |
t_quota2_remount.c | 32 struct statvfs fst; local in function:do_quota 52 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0) 55 if ((fst.f_flag & ST_QUOTA) != 0) 63 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0) 66 if ((fst.f_flag & ST_QUOTA) == 0) 74 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0) 77 if ((fst.f_flag & ST_QUOTA) == 0)
|
/src/sys/net/npf/ |
npf_state.c | 247 const npf_tcpstate_t *fst = &nst->nst_tcpst[0]; local in function:npf_state_dump 254 fst->nst_end, fst->nst_maxend, fst->nst_maxwin, fst->nst_wscale,
|
/src/sys/arch/atari/atari/ |
disksubr.c | 419 int fst, pno = -1; local in function:ahdi_to_bsd 443 fst = FS_BSDFFS; 449 fst = FS_SWAP; 453 fst = FS_MSDOS; 456 fst = FS_OTHER; 466 dl->d_partitions[pno].p_fstype = fst;
|
/src/usr.bin/quota/ |
quota.c | 483 struct statvfs *fst; local in function:getprivs 490 nfst = getmntinfo(&fst, MNT_WAIT); 498 qup->qh = quota_open(fst[i].f_mntonname); 503 err(1, "%s: quota_open", fst[i].f_mntonname); 521 fst[i].f_mntonname, j); 526 (void)strlcpy(qup->fsname, fst[i].f_mntonname,
|
/src/usr.sbin/repquota/ |
repquota.c | 127 struct statvfs *fst; local in function:main 171 nfst = getmntinfo(&fst, MNT_WAIT); 175 if ((fst[i].f_flag & ST_QUOTA) == 0) 179 argnum = oneof(fst[i].f_mntonname, argv, argc); 181 argnum = oneof(fst[i].f_mntfromname, 190 qh = quota_open(fst[i].f_mntonname); 196 warn("%s: quota_open", fst[i].f_mntonname);
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 489 struct statvfs *fst; local in function:update 492 nfst = getmntinfo(&fst, MNT_WAIT); 497 if (strncmp(fst[i].f_fstypename, "ffs", 498 sizeof(fst[i].f_fstypename)) == 0 && 499 strncmp(fst[i].f_mntonname, fsname, 500 sizeof(fst[i].f_mntonname)) == 0 && 501 (fst[i].f_flag & ST_QUOTA) != 0) {
|
/src/usr.sbin/edquota/ |
edquota.c | 559 struct statvfs *fst; local in function:getprivs 567 nfst = getmntinfo(&fst, MNT_WAIT); 572 if ((fst[i].f_flag & ST_QUOTA) == 0) 576 strcmp(fst[i].f_mntonname, filesys) != 0 && 577 strcmp(fst[i].f_mntfromname, filesys) != 0) 579 qup = getprivs2(id, idtype, fst[i].f_mntonname, defaultq, 631 struct statvfs *fst; local in function:clearpriv 661 nfst = getmntinfo(&fst, MNT_WAIT); 666 if ((fst[i].f_flag & ST_QUOTA) == 0) 668 if (filesys && strcmp(fst[i].f_mntonname, filesys) != 0 & [all...] |
/src/usr.bin/fstat/ |
fstat.c | 639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst, 647 *type = vfilestat(vn, fst); 656 if (d->fsid == fst->fsid) { 658 if (d->ino == fst->fileid) { 671 vprint(struct vnode *vn, struct filestat *fst) 678 if (nflg || ((name = devname(fst->rdev, vn->v_type == VCHR ? 681 kdriver_search(vn->v_type, major(fst->rdev)), 682 (unsigned long long)minor(fst->rdev)); 688 (void)printf(" %6lld", (long long)fst->size); 706 struct filestat fst; local in function:vtrans 1193 struct filestat fst; local in function:socktrans [all...] |
/src/usr.sbin/sysinst/ |
partman.c | 3319 int fst; local in function:pm_whole_disk 3349 fst = FS_RAID; 3352 fst = FS_BSDFFS; 3355 fst = FS_CGD; 3361 info.nat_type = parts->pscheme->get_fs_part_type(PT_root, fst, 0);
|