OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skipaclchk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/sys/kern/
policy.c
302
boolean_t
skipaclchk
= (flags & ATTR_NOACLCHECK) ? B_TRUE : B_FALSE;
local
315
if (
skipaclchk
== B_FALSE) {
392
else if (
skipaclchk
== B_FALSE) {
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c
3071
boolean_t
skipaclchk
= (flags & ATTR_NOACLCHECK) ? B_TRUE : B_FALSE;
local
3100
skipaclchk
, cr)) {
3317
boolean_t
skipaclchk
= (flags & ATTR_NOACLCHECK) ? B_TRUE : B_FALSE;
local
3435
skipaclchk
, cr);
3472
skipaclchk
, cr) == 0) {
3581
if (zfs_zaccess(zp, ACE_WRITE_ACL, 0,
skipaclchk
, cr) == 0) {
5067
boolean_t
skipaclchk
= (flag & ATTR_NOACLCHECK) ? B_TRUE : B_FALSE;
local
5071
error = zfs_getacl(zp, vsecp,
skipaclchk
, cr);
5085
boolean_t
skipaclchk
= (flag & ATTR_NOACLCHECK) ? B_TRUE : B_FALSE;
local
5091
error = zfs_setacl(zp, vsecp,
skipaclchk
, cr)
[
all
...]
Completed in 32 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026