Searched refs:off2 (Results 1 – 3 of 3) sorted by relevance
66 u32 off2; member74 (lxd)->off2 = (offset64) & 0xffffffff;\80 ( ((s64)((lxd)->off1)) << 32 | (lxd)->off2 )
35 __le32 off2; /* 4: offset in unit of fsblksize */ member50 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\61 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
72 int off2, len, size, sect; in hfs_mdb_get() local183 off2 = off & (sb->s_blocksize - 1); in hfs_mdb_get()184 len = min((int)sb->s_blocksize - off2, size); in hfs_mdb_get()185 memcpy(ptr, bh->b_data + off2, len); in hfs_mdb_get()