Searched refs:fs_file (Results 1 - 13 of 13) sorted by path

/openbsd-current/include/
H A Dfstab.h46 * if type is "rq", then use concatenation of fs_file and "quotas" to locate
60 char *fs_file; /* file system path prefix */ member in struct:fstab
/openbsd-current/lib/libc/gen/
H A Dfstab.c67 _fs_fstab.fs_file = strtok_r(NULL, ":\n", &last);
98 _fs_fstab.fs_file = strtok_r(NULL, " \t\n", &last);
176 if (!strcmp(_fs_fstab.fs_file, name))
/openbsd-current/sbin/fsck/
H A Dpreen.c115 name, fs->fs_file, auxarg, NULL);
128 fs->fs_file, auxarg);
/openbsd-current/usr.bin/quota/
H A Dquota.c519 fs->fs_file, qfname, qfextension[type]);
535 if (quotactl(fs->fs_file, qcmd, id, (char *)&qup->dqblk) != 0) {
/openbsd-current/usr.sbin/edquota/
H A Dedquota.c256 if (quotactl(fs->fs_file, qcmd, id, (char *)&qup->dqblk) != 0) {
267 quotagroup, fs->fs_file);
305 strlcpy(qup->fsname, fs->fs_file, sizeof qup->fsname);
743 fs->fs_file, qfname, qfextension[type]);
/openbsd-current/libexec/rpc.rquotad/
H A Drquotad.c44 char *fs_file; /* mount point of the filesystem */ member in struct:fs_stat
201 fs_current->fs_file = strdup(fs->fs_file);
202 if (fs_current->fs_file == NULL) {
213 stat(fs_current->fs_file, &st);
244 if (quotactl(fs->fs_file, qcmd, id, (char *)dqblk) == 0)
309 (void)snprintf(buf, sizeof buf, "%s/%s.%s", fs->fs_file,
/openbsd-current/sbin/disklabel/
H A Ddisklabel.c385 mountpoints[i] = strdup(fsent->fs_file);
/openbsd-current/sbin/dump/
H A Dmain.c385 mount_point = dt->fs_file;
H A Doptr.c278 (new->fs_file = strdup(fs->fs_file)) == NULL ||
343 if (strcmp(fs->fs_file, key) == 0 ||
359 if (*fs->fs_file == '/' &&
360 strcmp(fs->fs_file + 1, key) == 0)
412 dt ? dt->fs_file : "",
/openbsd-current/sbin/mount/
H A Dmount.c215 fs->fs_file, options,
272 mntonname = fs->fs_file;
/openbsd-current/sbin/quotacheck/
H A Dquotacheck.c197 if (((argnum = oneof_realpath(fs->fs_file, argv, argc)) >= 0 ||
203 fs->fs_file, auxdata, NULL);
572 "%s/%s.%s", fs->fs_file, qfname, qfextension[type]);
/openbsd-current/usr.sbin/quotaon/
H A Dquotaon.c122 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||
154 if (strcmp(fs->fs_file, "/") && readonly(fs))
157 if (quotactl(fs->fs_file, QCMD(Q_QUOTAOFF, type), 0, 0) < 0) {
159 perror(fs->fs_file);
163 printf("%s: %s quotas turned off\n", fs->fs_file,
167 if (quotactl(fs->fs_file, QCMD(Q_QUOTAON, type), 0, qfpathname) < 0) {
168 warn("%s: %s quotas using %s", fs->fs_file,
173 printf("%s: %s quotas turned on\n", fs->fs_file,
225 (void) snprintf(buf, sizeof buf, "%s/%s.%s", fs->fs_file,
240 if (statfs(fs->fs_file,
[all...]
/openbsd-current/usr.sbin/repquota/
H A Drepquota.c135 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||
171 if (quotactl(fs->fs_file, QCMD(Q_SYNC, type), 0, 0) < 0 &&
181 qfextension[type], fs->fs_file, fs->fs_spec);
285 fs->fs_file, qfname, qfextension[type]);

Completed in 198 milliseconds