Home
last modified time | relevance | path

Searched refs:jffs2_acl_header (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/jffs2/
Dacl.c29 return sizeof(struct jffs2_acl_header) in jffs2_acl_size()
32 return sizeof(struct jffs2_acl_header) in jffs2_acl_size()
42 size -= sizeof(struct jffs2_acl_header); in jffs2_acl_count()
58 struct jffs2_acl_header *header = value; in jffs2_acl_from_medium()
66 if (size < sizeof(struct jffs2_acl_header)) in jffs2_acl_from_medium()
74 value += sizeof(struct jffs2_acl_header); in jffs2_acl_from_medium()
130 struct jffs2_acl_header *header; in jffs2_acl_to_medium()
Dacl.h23 struct jffs2_acl_header { struct
/kernel/liteos_a/fs/jffs2/
Djffs2.patch33 - return sizeof(struct jffs2_acl_header)
36 - return sizeof(struct jffs2_acl_header)
46 - size -= sizeof(struct jffs2_acl_header);
62 - struct jffs2_acl_header *header = value;
70 - if (size < sizeof(struct jffs2_acl_header))
78 - value += sizeof(struct jffs2_acl_header);
134 - struct jffs2_acl_header *header;
324 @@ -27,11 +29,6 @@ struct jffs2_acl_header {