Searched refs:nr_users (Results 1 – 2 of 2) sorted by relevance
280 __u32 i, nr_users; in ext2fs_add_journal_device() local305 nr_users = ntohl(jsb->s_nr_users); in ext2fs_add_journal_device()306 for (i=0; i < nr_users; i++) { in ext2fs_add_journal_device()311 if (i >= nr_users) { in ext2fs_add_journal_device()312 memcpy(&jsb->s_users[nr_users*16], in ext2fs_add_journal_device()314 jsb->s_nr_users = htonl(nr_users+1); in ext2fs_add_journal_device()
142 int i, nr_users; in remove_journal_device() local195 nr_users = ntohl(jsb->s_nr_users); in remove_journal_device()196 for (i=0; i < nr_users; i++) { in remove_journal_device()201 if (i >= nr_users) { in remove_journal_device()207 nr_users--; in remove_journal_device()208 for (i=0; i < nr_users; i++) in remove_journal_device()210 jsb->s_nr_users = htonl(nr_users); in remove_journal_device()