Home
last modified time | relevance | path

Searched refs:xfs_dir2_byte_to_dataptr (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_dir2_format.h589 xfs_dir2_byte_to_dataptr(struct xfs_mount *mp, xfs_dir2_off_t by) in xfs_dir2_byte_to_dataptr() function
668 return xfs_dir2_byte_to_dataptr(mp, xfs_dir2_db_off_to_byte(mp, db, o)); in xfs_dir2_db_off_to_dataptr()
Dxfs_dir2_block.c536 blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_block_addname()
1260 blp[0].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()
1273 blp[1].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()
1324 blp[2 + i].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, in xfs_dir2_sf_to_block()
Dxfs_dir2_leaf.c1448 xfs_dir2_byte_to_dataptr(mp, curoff) & 0x7fffffff, in xfs_dir2_leaf_getdents()
1467 *offset = xfs_dir2_byte_to_dataptr(mp, curoff) & 0x7fffffff; in xfs_dir2_leaf_getdents()