Home
last modified time | relevance | path

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

/include/linux/
Dposix_acl.h54 #define FOREACH_ACL_ENTRY(pa, acl, pe) \ argument
55 for(pa=(acl)->a_entries, pe=pa+(acl)->a_count; pa<pe; pa++)
62 posix_acl_dup(struct posix_acl *acl) in posix_acl_dup() argument
64 if (acl) in posix_acl_dup()
65 atomic_inc(&acl->a_refcount); in posix_acl_dup()
66 return acl; in posix_acl_dup()
73 posix_acl_release(struct posix_acl *acl) in posix_acl_release() argument
75 if (acl && atomic_dec_and_test(&acl->a_refcount)) in posix_acl_release()
76 kfree_rcu(acl, a_rcu); in posix_acl_release()
106 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl);
[all …]
Dnfsacl.h36 struct posix_acl *acl, int encode_entries, int typeflag);
Dposix_acl_xattr.h70 const struct posix_acl *acl, void *buffer, size_t size);
Dnvme.h113 __u8 acl; member
/include/target/
Dtarget_core_fabric.h167 void core_allocate_nexus_loss_ua(struct se_node_acl *acl);
/include/net/
Dcfg80211.h732 const struct cfg80211_acl_data *acl; member