Searched refs:fs_file (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/include/
H A Dfstab.h44 * if type is "rq", then use concatenation of fs_file and "quotas" to locate
58 char *fs_file; /* file system path prefix */ member in struct:fstab
/freebsd-10-stable/lib/libc/gen/
H A Dfstab.c95 if (_fs_fstab.fs_file != NULL && strcmp(_fs_fstab.fs_file, "/") != 0)
129 _fs_fstab.fs_file = strsep(&p, ":\n");
159 _fs_fstab.fs_file = cp;
160 if (_fs_fstab.fs_file == NULL)
162 if (strunvis(_fs_fstab.fs_file, _fs_fstab.fs_file) < 0)
249 if (!strcmp(_fs_fstab.fs_file, name))
/freebsd-10-stable/sbin/dump/
H A Doptr.c293 (new->fs_file = strdup(fs->fs_file)) == NULL ||
350 if (strcmp(fs->fs_file, key) == 0 ||
360 if (*fs->fs_file == '/' &&
361 strcmp(fs->fs_file + 1, key) == 0)
412 dt ? dt->fs_file : "",
H A Dmain.c334 (void)strncpy(spcl.c_filesys, dt->fs_file, NAMELEN);
431 msgtail("(%s) ", dt->fs_file);
/freebsd-10-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c155 free(md->fstab->fs_file);
251 free(md->fstab->fs_file);
275 if (md->fstab != NULL && strcmp(md->fstab->fs_file, "/") == 0)
387 md->fstab->fs_spec, md->fstab->fs_file,
534 md->fstab->fs_file = strdup(fstab->fs_file);
557 items[i].mountpoint = md->fstab->fs_file;
H A Dgpart_ops.c605 items[2].text = md->fstab->fs_file;
708 free(md->fstab->fs_file);
720 free(md->fstab->fs_file);
732 md->fstab->fs_file = strdup(mountpoint);
1344 if (md->fstab != NULL && strcmp(md->fstab->fs_file, "/") == 0) {
/freebsd-10-stable/usr.sbin/repquota/
H A Drepquota.c172 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||
211 qfextension[type], fs->fs_file, fs->fs_spec);
220 qfextension[type], fs->fs_file, fs->fs_spec);
/freebsd-10-stable/usr.sbin/quotaon/
H A Dquotaon.c124 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||
/freebsd-10-stable/sbin/fsck/
H A Dpreen.c132 name, fs->fs_file, NULL, NULL);
144 addpart(fs->fs_vfstype, name, fs->fs_file);
H A Dfsck.c224 mntpt = fs->fs_file;
270 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", 0))
290 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", NULL) != 0)
/freebsd-10-stable/sbin/mount/
H A Dmount.c353 fs->fs_file, init_flags, options,
395 strcmp(fs->fs_file,
425 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file,
478 if (fs->fs_file[0] == '/' && fs->fs_file[1] == '\0')
483 if (realpath(fs->fs_file, realfsfile) == NULL) {
485 strlcpy(realfsfile, fs->fs_file, sizeof(realfsfile));
/freebsd-10-stable/sbin/umount/
H A Dumount.c196 if (strcmp(fs->fs_file, "/") == 0)
217 if ((cp = malloc((size_t)strlen(fs->fs_file) + 1)) == NULL)
219 (void)strcpy(cp, fs->fs_file);
/freebsd-10-stable/lib/libutil/
H A Dquotafile.c99 if (statfs(fs->fs_file, &sfb) != 0 ||
100 strcmp(fs->fs_file, sfb.f_mntonname)) {
106 (void)snprintf(qfnamep, qfbufsize, "%s/%s.%s", fs->fs_file,
127 strlcpy(qf->fsname, fs->fs_file, sizeof(qf->fsname));
/freebsd-10-stable/libexec/rpc.rquotad/
H A Drquotad.c205 syslog(LOG_ERR, "%s: %s", fs->fs_file, strerror(errno));
/freebsd-10-stable/usr.sbin/edquota/
H A Dedquota.c381 strcmp(fspath, fs->fs_file))
387 warn("cannot open quotas on %s", fs->fs_file);
393 strlcpy(qup->fsname, fs->fs_file, sizeof(qup->fsname));
395 warn("cannot read quotas on %s", fs->fs_file);
/freebsd-10-stable/sbin/quotacheck/
H A Dquotacheck.c208 if (((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||

Completed in 69 milliseconds