Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch971 -#define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count)
992 -#define EXT4_S_ERR_LEN (EXT4_S_ERR_END - EXT4_S_ERR_START)
/openbmc/linux/fs/ext4/
H A Dext4.h1392 #define EXT4_S_ERR_START offsetof(struct ext4_super_block, s_error_count) macro
1430 #define EXT4_S_ERR_LEN (EXT4_S_ERR_END - EXT4_S_ERR_START)
H A Dsuper.c6058 EXT4_S_ERR_START, EXT4_S_ERR_LEN); in ext4_load_journal()
6060 if (save && memcmp(((char *) es) + EXT4_S_ERR_START, in ext4_load_journal()
6062 memcpy(((char *) es) + EXT4_S_ERR_START, in ext4_load_journal()