Searched defs:mntopt (Results 1 – 13 of 13) sorted by relevance
| /freebsd/lib/libutil/ |
| H A D | mntopts.h | 35 struct mntopt { struct 36 const char *m_option; /* option name */ 37 int m_inverse; /* if a negative option, e.g. "atime" */ 38 long long m_flag; /* bit to set, e.g. MNT_RDONLY */ 39 int m_altloc; /* 1 => set bit in altflags */
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vfs.h | 67 typedef struct mntopt { struct 73 } mntopt_t; argument
|
| /freebsd/sys/cddl/compat/opensolaris/sys/ |
| H A D | vfs.h | 63 typedef struct mntopt { struct 69 } mntopt_t; argument
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | vfs.h | 121 typedef struct mntopt { struct 127 } mntopt_t; argument
|
| /freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | mnttab.c | 45 mntopt(char **p) in mntopt() function
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/ |
| H A D | roll_log.c | 373 rlmount(log_info_t *lip, int mntopt) in rlmount()
|
| /illumos-gate/usr/src/lib/libfsmgt/common/ |
| H A D | nfs_mntinfo.c | 119 nfs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) in nfs_get_mounts_by_mntopt()
|
| H A D | fs_mounts.c | 269 fs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) { in fs_get_mounts_by_mntopt()
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | getmntent.c | 285 mntopt(char **p) in mntopt() function
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 147 parse_option(char *mntopt, unsigned long *mntflags, in parse_option()
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
| H A D | mount.c | 150 findopt(char *mntopt, char *opt) in findopt()
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/quota/ |
| H A D | quota.c | 282 char *mntopt = NULL; in showquotas() local
|
| /illumos-gate/usr/src/cmd/stmsboot/ |
| H A D | stmsboot_util.c | 1447 char mntopt[MAXPATHLEN]; in update_vfstab() local
|