Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers146 zfs_prop_inherit;
H A Dlibzfs.h498 extern int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);
H A Dlibzfs_dataset.c1993 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) in zfs_prop_inherit() function
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2033 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_recurse_cb()
2041 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_cb()