Searched refs:aother (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c139 (sp->aother->acl_ic_perm & 07);
323 if (sp->aother) { /* Other */
325 ip->i_mode |= (sp->aother->acl_ic_perm & 07);
709 return (MODE_CHECK(owner, mode, sp->aother->acl_ic_perm << 6, cr, ip));
807 ASSERT(sp->aother);
1040 if (err = formacl(&sp->aother, aclentp))
1137 acl_count(sp->aother) +
1158 formvsec(OTHER_OBJ, sp->aother, &aclentp);
1264 acl_free(sp->aother);
1358 acl_cpy(sp->dother, (ufs_ic_acl_t *)&tsp->aother);
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h106 #define aother s_a.other macro
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c326 { offsetof(si_t, aother), "OTHER_OBJ" },

Completed in 65 milliseconds