Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dmkjournal.c66 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()
Dkernel-jbd.h199 __u32 s_nr_users; /* Nr of filesystems sharing log */ member
/external/e2fsprogs/misc/
Ddumpe2fs.c434 (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()
Dtune2fs.c240 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()
254 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()
/external/e2fsprogs/e2fsck/
Djournal.c539 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()