Searched refs:e2di_nblock_high (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_dinode.h125 uint16_t e2di_nblock_high; /* 116: Blocks count bits 47:32 */ member in struct:ext2fs_dinode
H A Dext2_inode_cnv.c157 ip->i_blocks |= (uint64_t)ei->e2di_nblock_high << 32;
216 ei->e2di_nblock_high = ip->i_blocks >> 32 & 0xffff;
220 ei->e2di_nblock_high = dbtofsb(fs, ip->i_blocks) >> 32 & 0xffff;

Completed in 189 milliseconds