Home
last modified time | relevance | path

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); in ufs_si_store()
323 if (sp->aother) { /* Other */ in ufs_si_store()
801 ASSERT(sp->aother); in ufs_acl_set()
1034 if (err = formacl(&sp->aother, aclentp)) in vsecattr2aclentry()
1131 acl_count(sp->aother) + in aclentry2vsecattr()
1152 formvsec(OTHER_OBJ, sp->aother, &aclentp); in aclentry2vsecattr()
1258 acl_free(sp->aother); in ufs_si_free_mem()
1365 MODE2ACL(tsp->aother, (mode), 0); in ufs_si_inherit()
1429 acl_cpy(sp->aother, (ufs_ic_acl_t *)&dsp->aother); in ufs_acl_cp()
1589 ACL_MOVE(sp->aother, OTHER_OBJ, bufaclp); in ufs_sectobuf()
[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.c325 { offsetof(si_t, aother), "OTHER_OBJ" },