Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in50 setuid|nbmand|encroot|keylocation|org.openzfs.systemd:requires| \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp51 props['nbmand'] = {{'off', 'default'}, {'off', 'default'}}
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib86 binary_props+=('nbmand')
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c631 uint64_t nbmand; in zfs_register_callbacks() local
726 nbmand = B_FALSE; in zfs_register_callbacks()
728 nbmand = B_TRUE; in zfs_register_callbacks()
729 } else if ((error = dsl_prop_get_int_ds(ds, "nbmand", &nbmand)) != 0) { in zfs_register_callbacks()
782 nbmand_changed_cb(zfsvfs, nbmand); in zfs_register_callbacks()