Searched refs:s_nr_users (Results 1 – 6 of 6) 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()412 jsb->s_nr_users = htonl(nr_users+1); in ext2fs_add_journal_device()
230 __u32 s_nr_users; /* Nr of filesystems sharing log */ member
566 jsb->s_nr_users) in ext2fs_journal_load()572 if (ntohl(jsb->s_nr_users) > 1 && in ext2fs_journal_load()575 if (ntohl(jsb->s_nr_users) > 1) in ext2fs_journal_load()
509 (unsigned int)ntohl(jsb->s_start), (unsigned int)ntohl(jsb->s_nr_users)); in print_journal_information()511 for (i=0; i < ntohl(jsb->s_nr_users); i++) { in print_journal_information()
289 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()300 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()2708 nr_users = ntohl(jsb->s_nr_users); in fs_update_journal_user()
609 jsb->s_nr_users) in e2fsck_journal_load()615 if (ntohl(jsb->s_nr_users) > 1 && in e2fsck_journal_load()618 if (ntohl(jsb->s_nr_users) > 1) { in e2fsck_journal_load()