Searched refs:MNTOPT_NONBMAND (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 127 #define MNTOPT_NONBMAND "nonbmand" /* deny non-blocking mandatory locks */ macro
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 339 if (vfs_optionisset(vfsp, MNTOPT_NONBMAND, NULL)) { in lo_mount() 370 !vfs_optionisset(vfsp, MNTOPT_NONBMAND, NULL)) in lo_mount()
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | fslib.c | 531 MNTOPT_NBMAND, MNTOPT_NONBMAND,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 364 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NONBMAND, NULL, 0); in nbmand_changed_cb() 366 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NONBMAND); in nbmand_changed_cb() 494 if (vfs_optionisset(vfsp, MNTOPT_NONBMAND, NULL)) { in zfs_register_callbacks()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 180 static char *nbmand_cancel[] = { MNTOPT_NONBMAND, NULL }; 209 { MNTOPT_NONBMAND, nonbmand_cancel, NULL, 0,
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1999 mntopt_off = MNTOPT_NONBMAND; in get_numeric_property()
|