Searched refs:s_nr_users (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
H A Djbd2.h104 __be32 s_nr_users; member in struct:journal_superblock_s
H A Dext4_utils.c341 jsb->s_nr_users = htonl(1);
/external/e2fsprogs/lib/ext2fs/
H A Dmkjournal.c66 jsb->s_nr_users = htonl(1);
76 jsb->s_nr_users = 0;
463 nr_users = ntohl(jsb->s_nr_users);
472 jsb->s_nr_users = htonl(nr_users+1);
H A Dkernel-jbd.h199 __u32 s_nr_users; /* Nr of filesystems sharing log */ member in struct:journal_superblock_s
/external/e2fsprogs/misc/
H A Ddumpe2fs.c434 (unsigned int)ntohl(jsb->s_start), (unsigned int)ntohl(jsb->s_nr_users));
436 for (i=0; i < ntohl(jsb->s_nr_users); i++) {
H A Dtune2fs.c240 nr_users = ntohl(jsb->s_nr_users);
254 jsb->s_nr_users = htonl(nr_users);
/external/e2fsprogs/e2fsck/
H A Djournal.c539 jsb->s_nr_users)
545 if (ntohl(jsb->s_nr_users) > 1 &&
548 if (ntohl(jsb->s_nr_users) > 1) {

Completed in 128 milliseconds