Searched refs:s_nr_users (Results 1 – 5 of 5) sorted by relevance
66 jsb->s_nr_users = htonl(1); in ext2fs_create_journal_superblock()76 jsb->s_nr_users = 0; in ext2fs_create_journal_superblock()463 nr_users = ntohl(jsb->s_nr_users); in ext2fs_add_journal_device()472 jsb->s_nr_users = htonl(nr_users+1); in ext2fs_add_journal_device()
199 __u32 s_nr_users; /* Nr of filesystems sharing log */ member
434 (unsigned int)ntohl(jsb->s_start), (unsigned int)ntohl(jsb->s_nr_users)); in print_journal_information()436 for (i=0; i < ntohl(jsb->s_nr_users); i++) { in print_journal_information()
240 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()254 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()
539 jsb->s_nr_users) in e2fsck_journal_load()545 if (ntohl(jsb->s_nr_users) > 1 && in e2fsck_journal_load()548 if (ntohl(jsb->s_nr_users) > 1) { in e2fsck_journal_load()