Home
last modified time | relevance | path

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

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