Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dext2.h474 __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
/linux-4.1.27/fs/ext3/
Dext3.h465 /*D0*/ __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
Dsuper.c2271 if (memcmp(EXT3_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { in ext3_get_dev_journal()
/linux-4.1.27/fs/ext4/
Dext4.h1164 /*D0*/ __u8 s_journal_uuid[16]; /* uuid of journal superblock */ member
Dsuper.c4481 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { in ext4_get_dev_journal()