Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2.h196 xfs_dir2_byte_to_dataptr(xfs_dir2_off_t by) in xfs_dir2_byte_to_dataptr() function
272 return xfs_dir2_byte_to_dataptr(xfs_dir2_db_off_to_byte(geo, db, o)); in xfs_dir2_db_off_to_dataptr()
Dxfs_dir2_block.c530 blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr( in xfs_dir2_block_addname()
1164 blp[0].address = cpu_to_be32(xfs_dir2_byte_to_dataptr( in xfs_dir2_sf_to_block()
1178 blp[1].address = cpu_to_be32(xfs_dir2_byte_to_dataptr( in xfs_dir2_sf_to_block()
1232 blp[2 + i].address = cpu_to_be32(xfs_dir2_byte_to_dataptr( in xfs_dir2_sf_to_block()
/Linux-v4.19/fs/xfs/
Dxfs_dir2_readdir.c461 ctx->pos = xfs_dir2_byte_to_dataptr(curoff) & 0x7fffffff; in xfs_dir2_leaf_getdents()
482 ctx->pos = xfs_dir2_byte_to_dataptr(curoff) & 0x7fffffff; in xfs_dir2_leaf_getdents()