Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext2/
Dext2.h475 __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Djournal.rst84 zero and ``s_journal_uuid`` should be set. On the journal device there
/kernel/linux/linux-5.10/fs/ext4/
Dext4.h1347 /*D0*/ __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
Dsuper.c5349 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { in ext4_get_dev_journal()