/src/etc/rc.d/ |
fsck_root | 28 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno 38 case "${fs_file},${fs_passno}" in
|
resize_root | 43 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno 52 if [ "${fs_file}" != "$rootmp" ]; then
|
/src/usr.sbin/quotaon/ |
quotaon.c | 151 if ((argnum = oneof(fs->fs_file, argv, argc)) < 0 && 158 qh = quota_open(fs->fs_file); 172 warn("%s", fs->fs_file); 222 if (strcmp(fs->fs_file, "/") && readonly(fs, fsspec)) { 230 warn("quota%s for %s", mode, fs->fs_file); 237 warn("quota%s for %s", mode, fs->fs_file); 246 fs->fs_file, type, mode); 259 if (statvfs(fs->fs_file, &fsbuf) < 0 || 260 strcmp(fsbuf.f_mntonname, fs->fs_file) || 262 printf("%s: not mounted\n", fs->fs_file); [all...] |
/src/include/ |
fstab.h | 47 * if type is "rq", then use concatenation of fs_file and "quotas" to locate 62 __aconst char *fs_file; /* file system path prefix */ member in struct:fstab
|
/src/lib/libc/gen/ |
fstab.c | 107 _fs_fstab.fs_file = nextfld(&lp, sep); 131 _fs_fstab.fs_file = nextfld(&lp, ws); 204 if (!strcmp(_fs_fstab.fs_file, name))
|
/src/sbin/dump/ |
optr.c | 344 new->fs_file = xstrdup(fs->fs_file); 419 if (strcmp(fs->fs_file, key) == 0 || 429 if (*fs->fs_file == '/' && 430 strcmp(fs->fs_file + 1, key) == 0) 518 dt ? dt->fs_file : "",
|
main.c | 344 mountpoint = xstrdup(dt->fs_file); 457 mountpoint = dt->fs_file;
|
/src/usr.bin/quota/ |
quotautil.c | 103 (void)snprintf(buf, len, "%s/%s.%s", fs->fs_file, qfname,
|
/src/sbin/mount/ |
mount.c | 191 if ((mntbuf = getmntpt(fs->fs_file)) 195 fs->fs_file); 204 fs->fs_file, init_flags, options, 282 mntonname = fs->fs_file;
|
/src/sbin/fsck/ |
preen.c | 138 name, fs->fs_file, auxarg, NULL); 153 addpart(fs->fs_vfstype, name, fs->fs_file,
|
fsck.c | 259 if (omitted(fs->fs_file))
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 259 if (((argnum = oneof(fs->fs_file, argv, argc)) >= 0 || 264 errs += chkquota(fs->fs_type, name, fs->fs_file,
|
/src/usr.sbin/edquota/ |
edquota.c | 348 strcmp(fs->fs_file, filesys) == 0) 359 strcpy(qup->fsname, fs->fs_file);
|
/src/lib/libquota/ |
quota_oldfiles.c | 173 ofe->ofe_mountpoint = strdup(fs->fs_file);
|