Searched refs:acl_e (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dxattr_acl.c24 struct posix_acl_entry *acl_e; local
42 acl_e = acl->a_entries;
44 for (end = entry + count; entry != end; acl_e++, entry++) {
45 acl_e->e_tag = le16_to_cpu(entry->e_tag);
46 acl_e->e_perm = le16_to_cpu(entry->e_perm);
48 switch(acl_e->e_tag) {
53 acl_e->e_id = ACL_UNDEFINED_ID;
58 acl_e->e_id = le32_to_cpu(entry->e_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_acl.c39 struct posix_acl_entry *acl_e; local
51 acl_e = &acl->a_entries[i];
60 acl_e->e_tag = be32_to_cpu(ace->ae_tag);
61 acl_e->e_perm = be16_to_cpu(ace->ae_perm);
63 switch (acl_e->e_tag) {
66 acl_e->e_id = be32_to_cpu(ace->ae_id);
72 acl_e->e_id = ACL_UNDEFINED_ID;
88 const struct posix_acl_entry *acl_e; local
95 acl_e = &acl->a_entries[i];
97 ace->ae_tag = cpu_to_be32(acl_e
[all...]

Completed in 119 milliseconds