Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Djffs2.h105 } __attribute__((packed)) jint16_t; typedef
110 jint16_t magic;
111 jint16_t nodetype;
118 jint16_t magic;
119 jint16_t nodetype; /* == JFFS2_NODETYPE_DIRENT */
142 jint16_t magic; /* A constant magic number. */
143 jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */
149 jint16_t uid; /* The file's owner. */
150 jint16_t gid; /* The file's group. */
160 jint16_t flags; /* See JFFS2_INO_FLAG_* */
[all …]
/linux-4.19.296/fs/jffs2/
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;
Dacl.h13 jint16_t e_tag;
14 jint16_t e_perm;
19 jint16_t e_tag;
20 jint16_t e_perm;
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)})