Searched refs:ff_acl (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | fs.c | 118 struct l9p_acl *ff_acl; /* cached ACL if any */ member 586 error = check_access(op, dirf->ff_acl, st, NULL, NULL, ai, egid); in fs_nde() 782 if (ff->ff_acl == NULL && (ff->ff_flags & FF_NO_NFSV4_ACL) == 0) { in fillacl() 783 ff->ff_acl = look_for_nfsv4_acl(ff, ff->ff_fd, ff->ff_name); in fillacl() 784 if (ff->ff_acl == NULL) in fillacl() 814 l9p_acl_free(ff->ff_acl); in dropacl() 815 ff->ff_acl = NULL; in dropacl() 1329 error = check_access(op, NULL, NULL, file->ff_acl, &first, in fs_iopen() 1835 parent_acl, &pst, file->ff_acl, &cst, file->ff_ai, (gid_t)-1); in fs_remove() 1926 acl = file->ff_acl; in fs_walk() [all …]
|