Searched refs:fspath (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h114 char *fspath, char *fspec, int fsflags);
/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c127 char *fspath = NULL; local
141 fspath = optarg;
238 protoprivs = getprivs(protoid, quotatype, fspath);
292 if ((protoprivs = getprivs(0, quotatype, fspath)) != NULL) {
305 if ((curprivs = getprivs(id, quotatype, fspath)) == NULL)
322 "usage: edquota [-uh] [-f fspath] [-p username] username ...",
323 " edquota [-u] -e fspath[:bslim[:bhlim[:islim[:ihlim]]]] [-e ...]",
325 " edquota -g [-h] [-f fspath] [-p groupname] groupname ...",
326 " edquota -g -e fspath[:bslim[:bhlim[:islim[:ihlim]]]] [-e ...]",
328 " edquota [-u] -t [-f fspath]",
372 getprivs(long id, int quotatype, char *fspath) argument
[all...]
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c115 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, argument
125 * Be ultra-paranoid about making sure the type and fspath
129 if (strlen(fstype) >= MFSNAMELEN || strlen(fspath) >= MNAMELEN)
159 mp = vfs_mount_alloc(vp, vfsp, fspath, vp->v_mount->mnt_cred);
/freebsd-9.3-release/sys/kern/
H A Dvfs_mount.c73 static int vfs_domount(struct thread *td, const char *fstype, char *fspath,
97 "fspath",
452 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, argument
475 strlcpy(mp->mnt_stat.f_mntonname, fspath, MNAMELEN);
538 char *fstype, *fspath, *errmsg; local
541 errmsg = fspath = NULL;
566 error = vfs_getopt(optlist, "fspath", (void **)&fspath, &fspathlen);
567 if (error || fspath[fspathlen - 1] != '\0') {
570 strncpy(errmsg, "Invalid fspath", errmsg_le
766 vfs_domount_first( struct thread *td, struct vfsconf *vfsp, char *fspath, struct vnode *vp, uint64_t fsflags, struct vfsoptlist **optlist ) argument
1023 vfs_domount( struct thread *td, const char *fstype, char *fspath, uint64_t fsflags, struct vfsoptlist **optlist ) argument
[all...]
H A Dvfs_mountroot.c251 char *fspath; local
288 fspath = "/.mount";
290 fspath, td);
294 fspath = "/mnt";
296 fspath, td);
309 fspath, MNAMELEN);
728 ma = mount_arg(ma, "fspath", "/", -1);

Completed in 95 milliseconds