Searched defs:acl_ic_next (Results 1 - 1 of 1) 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) { \

Completed in 60 milliseconds