Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h206 __be32 s_nr_users; /* Nr of filesystems sharing log */ member
Djbd2.h261 __be32 s_nr_users; /* Nr of filesystems sharing log */ member
/linux-4.1.27/fs/ext3/
Dsuper.c2295 if (be32_to_cpu(journal->j_superblock->s_nr_users) != 1) { in ext3_get_dev_journal()
2299 be32_to_cpu(journal->j_superblock->s_nr_users)); in ext3_get_dev_journal()
/linux-4.1.27/fs/jbd/
Djournal.c1528 sb->s_nr_users = cpu_to_be32(1); in journal_convert_superblock_v1()
/linux-4.1.27/fs/ext4/
Dsuper.c4504 if (be32_to_cpu(journal->j_superblock->s_nr_users) != 1) { in ext4_get_dev_journal()
4507 be32_to_cpu(journal->j_superblock->s_nr_users)); in ext4_get_dev_journal()