Searched refs:s_nr_users (Results 1 – 7 of 7) sorted by relevance
68 jsb->s_nr_users = htonl(1); in ext2fs_create_journal_superblock()77 jsb->s_nr_users = 0; in ext2fs_create_journal_superblock()403 nr_users = ntohl(jsb->s_nr_users); in ext2fs_add_journal_device()414 jsb->s_nr_users = htonl(nr_users+1); in ext2fs_add_journal_device()
230 __u32 s_nr_users; /* Nr of filesystems sharing log */ member
82 __be32 s_nr_users; /* Nr of filesystems sharing log */ member
77 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()
612 jsb->s_nr_users) in e2fsck_journal_load()618 if (ntohl(jsb->s_nr_users) > 1 && in e2fsck_journal_load()621 if (ntohl(jsb->s_nr_users) > 1) { in e2fsck_journal_load()
294 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()311 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()2863 nr_users = ntohl(jsb->s_nr_users); in fs_update_journal_user()