Home
last modified time | relevance | path

Searched refs:nbmand (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp42 props['nbmand'] = {{'off', 'default'}, {'off', 'default'}}
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib97 typeset -a binary_props=('atime' 'devices' 'exec' 'nbmand' 'readonly' 'setuid'
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME66 # zfs create -o recordsize=4k -o casesensitivity=mixed -o nbmand=on \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c419 uint64_t nbmand; in zfs_register_callbacks() local
505 nbmand = B_FALSE; in zfs_register_callbacks()
507 nbmand = B_TRUE; in zfs_register_callbacks()
512 if (error = dsl_prop_get_integer(osname, "nbmand", &nbmand, in zfs_register_callbacks()
573 nbmand_changed_cb(zfsvfs, nbmand); in zfs_register_callbacks()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1106 int nbmand = 0; in domount() local
1263 nbmand = vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NBMAND, NULL); in domount()
1435 if ((nbmand && ((vp->v_vfsp->vfs_flag & VFS_NBMAND) == 0)) || in domount()
1436 (!nbmand && (vp->v_vfsp->vfs_flag & VFS_NBMAND))) { in domount()