Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dmkjournal.c69 jsb->s_nr_users = htonl(1); in ext2fs_create_journal_superblock2()
79 jsb->s_nr_users = 0; in ext2fs_create_journal_superblock2()
457 nr_users = ntohl(jsb->s_nr_users); in ext2fs_add_journal_device()
468 jsb->s_nr_users = htonl(nr_users+1); in ext2fs_add_journal_device()
Dkernel-jbd.h211 __be32 s_nr_users; /* Nr of filesystems sharing log */ member
/third_party/e2fsprogs/lib/e2p/
Dljs.c93 nr_users = (unsigned int) ntohl(jsb->s_nr_users); in e2p_list_journal_super()
/third_party/e2fsprogs/debugfs/
Djournal.c572 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()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.44.5.txt44 file system where the journal's s_nr_users is impossibly large.
/third_party/e2fsprogs/e2fsck/
Djournal.c1285 jsb->s_nr_users) in e2fsck_journal_load()
1291 if (ntohl(jsb->s_nr_users) > 1 && in e2fsck_journal_load()
1294 if (ntohl(jsb->s_nr_users) > 1) { in e2fsck_journal_load()
/third_party/e2fsprogs/misc/
Dtune2fs.c299 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()
316 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()
2901 nr_users = ntohl(jsb->s_nr_users); in fs_update_journal_user()
/third_party/e2fsprogs/debian/
Dchangelog485 file system where the journal's s_nr_users is impossibly large.