Lines Matching refs:entry
59 struct jffs2_acl_entry *entry; in jffs2_acl_from_medium() local
86 entry = value; in jffs2_acl_from_medium()
89 acl->a_entries[i].e_tag = je16_to_cpu(entry->e_tag); in jffs2_acl_from_medium()
90 acl->a_entries[i].e_perm = je16_to_cpu(entry->e_perm); in jffs2_acl_from_medium()
105 je32_to_cpu(entry->e_id)); in jffs2_acl_from_medium()
113 je32_to_cpu(entry->e_id)); in jffs2_acl_from_medium()
131 struct jffs2_acl_entry *entry; in jffs2_acl_to_medium() local
136 header = kmalloc(sizeof(*header) + acl->a_count * sizeof(*entry), GFP_KERNEL); in jffs2_acl_to_medium()
143 entry = e; in jffs2_acl_to_medium()
144 entry->e_tag = cpu_to_je16(acl_e->e_tag); in jffs2_acl_to_medium()
145 entry->e_perm = cpu_to_je16(acl_e->e_perm); in jffs2_acl_to_medium()
148 entry->e_id = cpu_to_je32( in jffs2_acl_to_medium()
153 entry->e_id = cpu_to_je32( in jffs2_acl_to_medium()