Searched refs:e2fs_bmask (Results 1 – 6 of 6) sorted by relevance
248 int32_t e2fs_bmask; /* ``blkoff'' calc of blk offsets */ member553 (((size) + (fs)->e2fs_qbmask) & (fs)->e2fs_bmask)555 (((size) + (fs)->e2fs_qbmask) & (fs)->e2fs_bmask)
1408 m_fs->e2fs_bmask = ~m_fs->e2fs_qbmask; in ext2fs_sbfill()
340 sblock.e2fs_bmask = ~sblock.e2fs_qbmask; in readsb()530 fs->e2fs_bmask = ~fs->e2fs_qbmask; in calcsb()
153 fs->e2fs_bmask = ~fs->e2fs_qbmask; in ext2fs_read_sblock()
448 fs->e2fs_bmask = ~fs->e2fs_qbmask; in read_sblock()
253 sblock.e2fs_bmask = ~sblock.e2fs_qbmask; in mke2fs()