Lines Matching defs:__u8
113 typedef u8 __u8;
485 __u8 init_version[VERSION_LEN + 1];
486 __u8 sb_version[VERSION_LEN + 1];
487 __u8 version[VERSION_LEN + 1];
757 __u8 path[MAX_PATH_LEN];
828 __u8 uuid[16]; /* 128-bit uuid for volume */
831 __u8 extension_list[F2FS_MAX_EXTENSION][8]; /* extension array */
833 __u8 version[VERSION_LEN]; /* the kernel version */
834 __u8 init_version[VERSION_LEN]; /* the initial kernel version */
836 __u8 encryption_level; /* versioning level for encryption */
837 __u8 encrypt_pw_salt[16]; /* Salt used for string2key algorithm */
840 __u8 hot_ext_count; /* # of hot file extension */
843 __u8 s_stop_reason[MAX_STOP_REASON]; /* stop checkpoint reason */
844 __u8 s_errors[MAX_F2FS_ERRORS]; /* reason of image corrupts */
845 __u8 reserved[258]; /* valid reserved region */
1033 __u8 i_advise; /* file hints */
1034 __u8 i_inline; /* file inline flags */
1058 __u8 i_name[F2FS_NAME_LEN]; /* file name for SPOR */
1059 __u8 i_dir_level; /* dentry_level for large dir */
1072 __u8 i_compress_algrithm; /* compress algrithm */
1073 __u8 i_log_cluster_size; /* log of cluster size */
1139 __u8 version; /* latest version of cached nat entry */
1191 __u8 valid_map[SIT_VBLOCK_MAP_SIZE]; /* bitmap for valid blocks */
1227 __u8 reserved[3];
1229 __u8 version; /* node version number */
1283 __u8 reserved[NAT_JOURNAL_RESERVED];
1297 __u8 reserved[SIT_JOURNAL_RESERVED];
1304 __u8 reserved[EXTRA_INFO_RESERVED];
1371 __u8 file_type; /* file type */
1379 __u8 dentry_bitmap[SIZE_OF_DENTRY_BITMAP];
1380 __u8 reserved[SIZE_OF_RESERVED];
1382 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN];
1484 extern void get_kernel_version(__u8 *);
1485 extern void get_kernel_uname_version(__u8 *);
1526 __u8 type; /* Zone type */
1527 __u8 cond; /* Zone condition */
1528 __u8 non_seq; /* Non-sequential write resources active */
1529 __u8 reset; /* Reset write pointer recommended */
1530 __u8 resv[4];
1532 __u8 reserved[24];