Home
last modified time | relevance | path

Searched refs:EXT4_S_ERR_START (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dext4.h1382 #define EXT4_S_ERR_START offsetof(struct ext4_super_block, s_error_count) macro
1420 #define EXT4_S_ERR_LEN (EXT4_S_ERR_END - EXT4_S_ERR_START)
H A Dsuper.c6050 EXT4_S_ERR_START, EXT4_S_ERR_LEN); in ext4_load_journal()
6052 if (save && memcmp(((char *) es) + EXT4_S_ERR_START, in ext4_load_journal()
6054 memcpy(((char *) es) + EXT4_S_ERR_START, in ext4_load_journal()