Searched refs:MNTOPT_RW (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mntent.h | 63 #define MNTOPT_RW "rw" /* Read/write */ macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 261 replace_opts(opts, ro, MNTOPT_RO, MNTOPT_RW); in main() 525 replace_opts(mnt->mnt_mntopts, 1, MNTOPT_RW, MNTOPT_RO); in mountfs()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 397 optstr = MNTOPT_RW; in rlmount()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fslib.c | 529 MNTOPT_RO, MNTOPT_RW,
|
H A D | mount.c | 106 MNTOPT_RW,
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 82 MNTOPT_RW,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 311 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_RW); in readonly_changed_cb() 317 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_RW, NULL, 0); in readonly_changed_cb() 466 } else if (vfs_optionisset(vfsp, MNTOPT_RW, NULL)) { in zfs_register_callbacks() 2877 if (vfs_optionisset(vfsp, MNTOPT_RW, NULL)) in zfs_get_temporary_prop()
|
/illumos-gate/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 536 { MNTOPT_RW, rw_cancel, NULL, MO_DEFAULT,
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 134 static char *ro_cancel[] = { MNTOPT_RW, NULL }; 156 { MNTOPT_RW, rw_cancel, NULL, 0,
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 107 static char *ro_cancel[] = { MNTOPT_RW, NULL };
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 168 static char *ro_cancel[] = { MNTOPT_RW, NULL }; 190 { MNTOPT_RW, rw_cancel, NULL, 0,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 856 MNTOPT_RW,
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2356 MNTOPT_RW,
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2206 mntopt_off = MNTOPT_RW; in get_numeric_property()
|