OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aclinherit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c
1491
uint_t
aclinherit
;
local
1495
aclinherit
= zfsvfs->z_acl_inherit;
1496
if (
aclinherit
== ZFS_ACL_DISCARD || vtype == VLNK)
1511
if ((
aclinherit
== ZFS_ACL_NOALLOW && type == ALLOW) ||
1519
if (
aclinherit
== ZFS_ACL_PASSTHROUGH_X && type == ALLOW &&
1528
if (
aclinherit
== ZFS_ACL_RESTRICTED && type == ALLOW) {
zfs_acl.c
1491
uint_t
aclinherit
;
local
1495
aclinherit
= zfsvfs->z_acl_inherit;
1496
if (
aclinherit
== ZFS_ACL_DISCARD || vtype == VLNK)
1511
if ((
aclinherit
== ZFS_ACL_NOALLOW && type == ALLOW) ||
1519
if (
aclinherit
== ZFS_ACL_PASSTHROUGH_X && type == ALLOW &&
1528
if (
aclinherit
== ZFS_ACL_RESTRICTED && type == ALLOW) {
Completed in 103 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026