Home
last modified time | relevance | path

Searched refs:s_journal_uuid (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dext2.h469 __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst217 - s_journal_uuid[16]
H A Djournal.rst84 zero and ``s_journal_uuid`` should be set. On the journal device there
/openbmc/linux/fs/ext4/
H A Dext4.h1348 /*D0*/ __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
H A Dsuper.c5912 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { in ext4_get_journal_blkdev()