Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h452 extern int zfs_prop_inherit(zfs_handle_t *, const char *, boolean_t);
H A Dlibzfs_dataset.c1738 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) in zfs_prop_inherit() function
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c1891 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_recurse_cb()
1899 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_cb()