Home
last modified time | relevance | path

Searched refs:jint16_t (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Djffs2.h100 } __attribute__((packed)) jint16_t; typedef
105 jint16_t magic;
106 jint16_t nodetype;
113 jint16_t magic;
144 jint16_t uid; /* The file's owner. */
145 jint16_t gid; /* The file's group. */
162 jint16_t magic;
170 jint16_t value_len;
178 jint16_t magic;
190 jint16_t magic;
[all …]
/linux-6.3-rc2/fs/jffs2/
A Dsummary.h42 jint16_t nodetype; /* node type */
47 jint16_t nodetype; /* node type */
56 jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */
69 jint16_t nodetype; /* == JFFS2_NODETYPE_XATR */
78 jint16_t nodetype; /* == JFFS2_NODETYPE_XREF */
96 jint16_t nodetype; /* node type */
102 jint16_t nodetype; /* node type */
112 jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */
126 jint16_t nodetype;
136 jint16_t nodetype;
A Dacl.h13 jint16_t e_tag;
14 jint16_t e_perm;
19 jint16_t e_tag;
20 jint16_t e_perm;
A Dnodelist.h36 #define cpu_to_je16(x) ((jint16_t){x})
40 #define constant_cpu_to_je16(x) ((jint16_t){x})
47 #define cpu_to_je16(x) ((jint16_t){cpu_to_be16(x)})
51 #define constant_cpu_to_je16(x) ((jint16_t){__constant_cpu_to_be16(x)})
58 #define cpu_to_je16(x) ((jint16_t){cpu_to_le16(x)})
62 #define constant_cpu_to_je16(x) ((jint16_t){__constant_cpu_to_le16(x)})

Completed in 8 milliseconds