Home
last modified time | relevance | path

Searched refs:xfs_dir2_sf_get_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_sf.c455 new_offset = xfs_dir2_sf_get_offset(oldsfep); in xfs_dir2_sf_addname_hard()
536 holefit = offset + size <= xfs_dir2_sf_get_offset(sfep); in xfs_dir2_sf_addname_pick()
537 offset = xfs_dir2_sf_get_offset(sfep) + in xfs_dir2_sf_addname_pick()
599 ASSERT(xfs_dir2_sf_get_offset(sfep) >= offset); in xfs_dir2_sf_check()
603 xfs_dir2_sf_get_offset(sfep) + in xfs_dir2_sf_check()
688 if (xfs_dir2_sf_get_offset(sfep) < offset) in xfs_dir2_sf_verify()
703 offset = xfs_dir2_sf_get_offset(sfep) + in xfs_dir2_sf_verify()
Dxfs_da_format.h242 xfs_dir2_sf_get_offset(xfs_dir2_sf_entry_t *sfep) in xfs_dir2_sf_get_offset() function
Dxfs_dir2_block.c1197 newoffset = xfs_dir2_sf_get_offset(sfep); in xfs_dir2_sf_to_block()
/Linux-v5.4/fs/xfs/
Dxfs_dir2_readdir.c108 xfs_dir2_sf_get_offset(sfep)); in xfs_dir2_sf_getdents()