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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h59 struct ufs_ic_acl *acl_ic_next; /* Next ACL for this inode */ member in struct:ufs_ic_acl
184 (P)->acl_ic_next = NULL; \
191 for (acl = (P); acl; acl = acl->acl_ic_next) { \
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c672 for (acl = sp->ausers; acl != NULL; acl = acl->acl_ic_next) {
695 for (acl = sp->agroups; acl != NULL; acl = acl->acl_ic_next)
985 uaclp->acl_ic_next = *aclpp;
1106 for (; aclp; aclp = aclp->acl_ic_next) {
1237 ufs_ic_acl_t *nextaclp = aclp->acl_ic_next;
1289 for (aclp = saclp; aclp != NULL; aclp = aclp->acl_ic_next) {
1291 aclp1->acl_ic_next = NULL;
1294 prev_aclp->acl_ic_next = aclp1;
1295 prev_aclp = (ufs_ic_acl_t *)&aclp1->acl_ic_next;
1520 for (count = 0, acl = p; acl; acl = acl->acl_ic_next, coun
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c402 wsp->walk_addr = (uintptr_t)acl.acl_ic_next;

Completed in 62 milliseconds