Searched refs:aother (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 139 (sp->aother->acl_ic_perm & 07); in ufs_si_store() 323 if (sp->aother) { /* Other */ in ufs_si_store() 325 ip->i_mode |= (sp->aother->acl_ic_perm & 07); in ufs_si_store() 709 return (MODE_CHECK(owner, mode, sp->aother->acl_ic_perm << 6, cr, ip)); in ufs_acl_access() 807 ASSERT(sp->aother); in ufs_acl_set() 1040 if (err = formacl(&sp->aother, aclentp)) in vsecattr2aclentry() 1137 acl_count(sp->aother) + in aclentry2vsecattr() 1158 formvsec(OTHER_OBJ, sp->aother, &aclentp); in aclentry2vsecattr() 1264 acl_free(sp->aother); in ufs_si_free_mem() 1358 acl_cpy(sp->dother, (ufs_ic_acl_t *)&tsp->aother); in ufs_si_inherit() [all …]
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 106 #define aother s_a.other macro
|
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 326 { offsetof(si_t, aother), "OTHER_OBJ" },
|