Home
last modified time | relevance | path

Searched refs:ace_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dgenacl.c120 switch (ace->ace_type) { in l9p_check_aces()
172 allowdeny = ace->ace_type == L9P_ACET_ACCESS_DENIED ? in l9p_check_aces()
188 if (ace->ace_type == L9P_ACET_ACCESS_DENIED) in l9p_check_aces()
626 ace->ace_type = L9P_ACET_ACCESS_ALLOWED; in l9p_frombsdnfs4()
630 ace->ace_type = L9P_ACET_ACCESS_DENIED; in l9p_frombsdnfs4()
634 ace->ace_type = L9P_ACET_SYSTEM_AUDIT; in l9p_frombsdnfs4()
638 ace->ace_type = L9P_ACET_SYSTEM_ALARM; in l9p_frombsdnfs4()
770 l9ace->ace_type = L9P_ACET_ACCESS_ALLOWED; in l9p_illumos_nfsv4acl_to_acl()
773 l9ace->ace_type = L9P_ACET_ACCESS_DENIED; in l9p_illumos_nfsv4acl_to_acl()
776 l9ace->ace_type = L9P_ACET_SYSTEM_AUDIT; in l9p_illumos_nfsv4acl_to_acl()
[all …]
H A Dgenacl.h280 uint16_t ace_type; /* ACL entry type */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_byteswap.c58 int ace_type; in zfs_ace_byteswap() local
83 ace_type = zacep->z_hdr.z_type = in zfs_ace_byteswap()
94 ace_type = acep->a_type = BSWAP_16(acep->a_type); in zfs_ace_byteswap()
116 switch (ace_type) { in zfs_ace_byteswap()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_ls_001_pos.ksh85 for ace_type in "owner@" "group@" "everyone@"
87 $ls_str $obj | grep $ace_type > /dev/null 2>&1
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c177 switch (ace->ace_hdr.ace_type) { in ifree_ace()
211 ERRCHK(md_get_uint8(&tmp_md, &ace_hdr.ace_type)); in md_get_ace()
215 switch (ace_hdr.ace_type) { in md_get_ace()
225 ace->ace_hdr.ace_type = ace_hdr.ace_type; in md_get_ace()
266 ERRCHK(mb_put_uint8(mbp, ace->ace_hdr.ace_type)); in mb_put_ace()
274 switch (ace->ace_hdr.ace_type) { in mb_put_ace()
879 zacep->a_type = ntace->ace_hdr.ace_type; in ntace2zace()
1392 ntace->ace_hdr.ace_type = zacep->a_type; in zace2ntace()
H A Dsmbfs_ntacl.h57 uint8_t ace_type; member
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb.h602 uint8_t ace_type; member
608 #define acetype(a) ((a)->ace_type)
609 #define wset_acetype(a, t) ((a)->ace_type = (t))
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dacl_print.c84 ace->ace_hdr.ace_type, ace->ace_hdr.ace_flags, in fprint_ntace()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3537 uint16_t ace_type, int verbose) in zfs_ace_print_common() argument
3545 ace_flags, access_mask, ace_type, id); in zfs_ace_print_common()
3657 switch (ace_type) { in zfs_ace_print_common()