Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h61 uint_t z_acl_inherit; /* acl inheritance behavior */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1476 if ((zfsvfs->z_acl_inherit == ZFS_ACL_RESTRICTED) && in zfs_restricted_update()
1521 zfsvfs->z_acl_inherit == ZFS_ACL_PASSTHROUGH_X; in zfs_acl_inherit()
1523 zfsvfs->z_acl_inherit == ZFS_ACL_PASSTHROUGH; in zfs_acl_inherit()
1525 zfsvfs->z_acl_inherit == ZFS_ACL_NOALLOW; in zfs_acl_inherit()
1530 if (zfsvfs->z_acl_inherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit()
1732 (zfsvfs->z_acl_inherit == ZFS_ACL_RESTRICTED), in zfs_acl_ids_create()
H A Dzfs_vfsops.c417 zfsvfs->z_acl_inherit = newval; in acl_inherit_changed_cb()