Home
last modified time | relevance | path

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

/include/linux/
A Dposix_acl.h41 #define FOREACH_ACL_ENTRY(pa, acl, pe) \ argument
42 for(pa=(acl)->a_entries, pe=pa+(acl)->a_count; pa<pe; pa++)
49 posix_acl_dup(struct posix_acl *acl) in posix_acl_dup() argument
51 if (acl) in posix_acl_dup()
52 refcount_inc(&acl->a_refcount); in posix_acl_dup()
53 return acl; in posix_acl_dup()
60 posix_acl_release(struct posix_acl *acl) in posix_acl_release() argument
62 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
63 kfree_rcu(acl, a_rcu); in posix_acl_release()
136 *default_acl = *acl = NULL; in posix_acl_create()
[all …]
A Dnfsacl.h37 struct posix_acl *acl, int encode_entries, int typeflag);
46 struct posix_acl *acl, int encode_entries, int typeflag);
A Dposix_acl_xattr.h48 const struct posix_acl *acl, void *buffer, size_t size);
A Dfs.h656 is_uncached_acl(struct posix_acl *acl) in is_uncached_acl() argument
658 return (long)acl & 1; in is_uncached_acl()
A Dnvme.h333 __u8 acl; member
/include/target/
A Dtarget_core_fabric.h212 void core_allocate_nexus_loss_ua(struct se_node_acl *acl);
/include/net/
A Dcfg80211.h1501 const struct cfg80211_acl_data *acl; member

Completed in 56 milliseconds