Searched refs:ff_acl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 100 struct l9p_acl *ff_acl; /* cached ACL if any */ member 541 error = check_access(op, dirf->ff_acl, st, NULL, NULL, ai, egid); in fs_nde() 717 if (ff->ff_acl == NULL && (ff->ff_flags & FF_NO_NFSV4_ACL) == 0) { in fillacl() 718 ff->ff_acl = look_for_nfsv4_acl(ff, ff->ff_fd, ff->ff_name); in fillacl() 719 if (ff->ff_acl == NULL) in fillacl() 749 l9p_acl_free(ff->ff_acl); in dropacl() 750 ff->ff_acl = NULL; in dropacl() 1249 error = check_access(op, NULL, NULL, file->ff_acl, &first, in fs_iopen() 1748 parent_acl, &pst, file->ff_acl, &cst, file->ff_ai, (gid_t)-1); in fs_remove() 1836 acl = file->ff_acl; in fs_walk() [all …]
|