Home
last modified time | relevance | path

Searched refs:ace_size (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c621 size_t ace_size; in zfs_acl_next_ace() local
626 ace_size = aclp->z_ops.ace_size(acep); in zfs_acl_next_ace()
628 if (((caddr_t)acep + ace_size) > in zfs_acl_next_ace()
718 aclp->z_ops.ace_size(aceptr)); in zfs_copy_ace_2_fuid()
740 size_t ace_size; in zfs_copy_fuid_2_ace() local
767 ace_size = sizeof (ace_t); in zfs_copy_fuid_2_ace()
1364 int ace_size; in zfs_acl_chmod() local
1459 ace_size = aclp->z_ops.ace_size(acep); in zfs_acl_chmod()
1462 new_bytes += ace_size; in zfs_acl_chmod()
1533 size_t ace_size; in zfs_acl_inherit() local
[all …]
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.h59 uint16_t ace_size; member
H A Dsmbfs_ntacl.c213 ERRCHK(md_get_uint16le(&tmp_md, &ace_hdr.ace_size)); in md_get_ace()
227 ace->ace_hdr.ace_size = alloc_size; in md_get_ace()
240 ERRCHK(md_get_mem(mdp, NULL, ace_hdr.ace_size, MB_MSYSTEM)); in md_get_ace()
1394 ntace->ace_hdr.ace_size = alloc_size; in zace2ntace()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h139 size_t (*ace_size)(void *acep); /* how big is this ace */ member