Searched refs:xfs_dir2_byte_to_dataptr (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_dir2_format.h | 398 xfs_dir2_byte_to_dataptr(struct xfs_mount *mp, xfs_dir2_off_t by) in xfs_dir2_byte_to_dataptr() function 477 return xfs_dir2_byte_to_dataptr(mp, xfs_dir2_db_off_to_byte(mp, db, o)); in xfs_dir2_db_off_to_dataptr()
|
D | xfs_dir2_block.c | 399 blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_block_addname() 1134 blp[0].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block() 1148 blp[1].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block() 1199 blp[2 + i].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()
|
D | xfs_dir2_leaf.c | 1101 xfs_dir2_byte_to_dataptr(mp, curoff) & 0x7fffffff, in xfs_dir2_leaf_getdents() 1120 *offset = xfs_dir2_byte_to_dataptr(mp, curoff) & 0x7fffffff; in xfs_dir2_leaf_getdents()
|