Home
last modified time | relevance | path

Searched refs:acl (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dposix_acl.h34 #define FOREACH_ACL_ENTRY(pa, acl, pe) \ argument
35 for(pa=(acl)->a_entries, pe=pa+(acl)->a_count; pa<pe; pa++)
42 posix_acl_dup(struct posix_acl *acl) in posix_acl_dup() argument
44 if (acl) in posix_acl_dup()
45 refcount_inc(&acl->a_refcount); in posix_acl_dup()
46 return acl; in posix_acl_dup()
53 posix_acl_release(struct posix_acl *acl) in posix_acl_release() argument
55 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
56 kfree_rcu(acl, a_rcu); in posix_acl_release()
85 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl);
[all …]
Dnfsacl.h37 struct posix_acl *acl, int encode_entries, int typeflag);
Dposix_acl_xattr.h50 const struct posix_acl *acl, void *buffer, size_t size);
Dnvme.h226 __u8 acl; member
Dfs.h610 is_uncached_acl(struct posix_acl *acl) in is_uncached_acl() argument
612 return (long)acl & 1; in is_uncached_acl()
/include/target/
Dtarget_core_fabric.h191 void core_allocate_nexus_loss_ua(struct se_node_acl *acl);
/include/net/
Dcfg80211.h1008 const struct cfg80211_acl_data *acl; member