HomeSort by: relevance | last modified time | path
    Searched defs:inheritable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_prop.c 81 boolean_t inheritable; local
92 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
102 if (!inheritable)
165 boolean_t inheritable; local
169 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
190 if (inheritable) {
357 * properties. The fact that these properties are non-inheritable greatly
1002 /* Skip non-inheritable properties. */
dsl_prop.c 81 boolean_t inheritable; local
92 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
102 if (!inheritable)
165 boolean_t inheritable; local
169 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
190 if (inheritable) {
357 * properties. The fact that these properties are non-inheritable greatly
1002 /* Skip non-inheritable properties. */

Completed in 34 milliseconds