Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dmkjournal.c68 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()
Dkernel-jbd.h230 __u32 s_nr_users; /* Nr of filesystems sharing log */ member
/external/e2fsprogs/debugfs/
Djournal.c566 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()
/external/e2fsprogs/e2fsck/
Djournal.c609 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()
/external/e2fsprogs/misc/
Ddumpe2fs.c509 (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()
Dtune2fs.c289 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()