Home
last modified time | relevance | path

Searched refs:dother (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c127 !sp->dother && in ufs_si_store()
1075 if (err = formacl(&sp->dother, aclentp)) in vsecattr2aclentry()
1185 acl_count(sp->dother) + in aclentry2vsecattr()
1205 formvsec(DEF_OTHER_OBJ, sp->dother, &aclentp); in aclentry2vsecattr()
1270 acl_free(sp->dother); in ufs_si_free_mem()
1338 ((sp->dother != NULL) ? 4 : 0); in ufs_si_inherit()
1358 acl_cpy(sp->dother, (ufs_ic_acl_t *)&tsp->aother); in ufs_si_inherit()
1384 acl_cpy(sp->dother, (ufs_ic_acl_t *)&tsp->dother); in ufs_si_inherit()
1444 acl_cpy(sp->dother, (ufs_ic_acl_t *)&dsp->dother); in ufs_acl_cp()
1562 acl_count(sp->dother) + /* def owner other */ in ufs_sectobuf()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_acl.h113 #define dother s_d.other macro
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c331 { offsetof(si_t, dother), "DEF_OTHER_OBJ" },