Searched refs:s_nr_users (Results 1 – 8 of 8) sorted by relevance
69 jsb->s_nr_users = htonl(1); in ext2fs_create_journal_superblock2()79 jsb->s_nr_users = 0; in ext2fs_create_journal_superblock2()457 nr_users = ntohl(jsb->s_nr_users); in ext2fs_add_journal_device()468 jsb->s_nr_users = htonl(nr_users+1); in ext2fs_add_journal_device()
211 __be32 s_nr_users; /* Nr of filesystems sharing log */ member
93 nr_users = (unsigned int) ntohl(jsb->s_nr_users); in e2p_list_journal_super()
572 jsb->s_nr_users) in ext2fs_journal_load()578 if (ntohl(jsb->s_nr_users) > 1 && in ext2fs_journal_load()581 if (ntohl(jsb->s_nr_users) > 1) in ext2fs_journal_load()
44 file system where the journal's s_nr_users is impossibly large.
1285 jsb->s_nr_users) in e2fsck_journal_load()1291 if (ntohl(jsb->s_nr_users) > 1 && in e2fsck_journal_load()1294 if (ntohl(jsb->s_nr_users) > 1) { in e2fsck_journal_load()
299 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()316 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()2901 nr_users = ntohl(jsb->s_nr_users); in fs_update_journal_user()
485 file system where the journal's s_nr_users is impossibly large.