Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_sf.c458 new_offset = xfs_dir2_sf_get_offset(oldsfep); in xfs_dir2_sf_addname_hard()
539 holefit = offset + size <= xfs_dir2_sf_get_offset(sfep); in xfs_dir2_sf_addname_pick()
540 offset = xfs_dir2_sf_get_offset(sfep) + in xfs_dir2_sf_addname_pick()
602 ASSERT(xfs_dir2_sf_get_offset(sfep) >= offset); in xfs_dir2_sf_check()
606 xfs_dir2_sf_get_offset(sfep) + in xfs_dir2_sf_check()
691 if (xfs_dir2_sf_get_offset(sfep) < offset) in xfs_dir2_sf_verify()
706 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.c1200 newoffset = xfs_dir2_sf_get_offset(sfep); in xfs_dir2_sf_to_block()
/linux-4.19.296/fs/xfs/
Dxfs_dir2_readdir.c111 xfs_dir2_sf_get_offset(sfep)); in xfs_dir2_sf_getdents()