Home | History | Annotate | Download | only in misc

Lines Matching refs:jsb

291 	journal_superblock_t	*jsb;
299 jsb = (journal_superblock_t *) buf;
300 if ((jsb->s_header.h_magic != (unsigned) ntohl(JFS_MAGIC_NUMBER)) ||
301 (jsb->s_header.h_blocktype !=
314 (unsigned int)ntohl(jsb->s_blocksize), (unsigned int)ntohl(jsb->s_maxlen),
315 (unsigned int)ntohl(jsb->s_first), (unsigned int)ntohl(jsb->s_sequence),
316 (unsigned int)ntohl(jsb->s_start), (unsigned int)ntohl(jsb->s_nr_users));
318 for (i=0; i < ntohl(jsb->s_nr_users); i++) {
319 uuid_unparse(&jsb->s_users[i*16], str);