Searched refs:format (Results 1 – 5 of 5) sorted by relevance
| /fs/exfat/ |
| A D | compiler.h | 33 #define PRINTF __attribute__((format(printf, 1, 2))) 43 #define PRINTF __attribute__((format(printf, 1, 2)))
|
| A D | exfat.h | 158 void exfat_bug(const char* format, ...) PRINTF NORETURN; 159 void exfat_error(const char* format, ...) PRINTF; 160 void exfat_warn(const char* format, ...) PRINTF; 161 void exfat_debug(const char* format, ...) PRINTF;
|
| /fs/erofs/ |
| A D | erofs_fs.h | 143 __le16 format; /* chunk blkbits, etc. */ member 323 __le16 format; member
|
| A D | namei.c | 76 vi->u.chunkformat = le16_to_cpu(die->i_u.c.format); in erofs_read_inode_from_disk() 111 vi->u.chunkformat = le16_to_cpu(dic->i_u.c.format); in erofs_read_inode_from_disk()
|
| A D | Kconfig | 30 ratios than the default LZ4 format, while it costs more CPU
|
Completed in 7 milliseconds