Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:htonl

59 	jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
61 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V1);
63 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
64 jsb->s_blocksize = htonl(fs->blocksize);
65 jsb->s_maxlen = htonl(size);
66 jsb->s_nr_users = htonl(1);
67 jsb->s_first = htonl(1);
68 jsb->s_sequence = htonl(1);
78 jsb->s_first = htonl(3);
80 jsb->s_first = htonl(2);
435 jsb->s_nr_users = htonl(nr_users+1);