Home
last modified time | relevance | path

Searched refs:sf_nextentry (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_sf.c225 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_block_to_sf()
456 oldsfep = dp->d_ops->sf_nextentry(oldsfp, oldsfep), in xfs_dir2_sf_addname_hard()
494 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_hard()
542 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_pick()
601 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_check()
686 next_sfep = dops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_verify()
834 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_lookup()
901 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_removename()
1023 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_replace()
1129 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep), in xfs_dir2_sf_toino4()
[all …]
Dxfs_da_format.c696 .sf_nextentry = xfs_dir2_sf_nextentry,
746 .sf_nextentry = xfs_dir3_sf_nextentry,
796 .sf_nextentry = xfs_dir3_sf_nextentry,
Dxfs_dir2.h35 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr, member
Dxfs_dir2_block.c1238 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_to_block()
/Linux-v4.19/fs/xfs/
Dxfs_dir2_readdir.c114 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents()
124 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents()