Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_sf.c222 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_block_to_sf()
453 oldsfep = dp->d_ops->sf_nextentry(oldsfp, oldsfep), in xfs_dir2_sf_addname_hard()
491 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_hard()
539 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_pick()
598 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_check()
683 next_sfep = dops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_verify()
831 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_lookup()
898 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_removename()
1020 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_replace()
1126 i++, sfep = dp->d_ops->sf_nextentry(sfp, sfep), in xfs_dir2_sf_toino4()
[all …]
Dxfs_da_format.c693 .sf_nextentry = xfs_dir2_sf_nextentry,
743 .sf_nextentry = xfs_dir3_sf_nextentry,
793 .sf_nextentry = xfs_dir3_sf_nextentry,
Dxfs_dir2.h35 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr, member
Dxfs_dir2_block.c1235 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_to_block()
/Linux-v5.4/fs/xfs/
Dxfs_dir2_readdir.c111 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents()
121 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents()