Searched refs:sf_nextentry (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 225 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 …]
|
D | xfs_da_format.c | 696 .sf_nextentry = xfs_dir2_sf_nextentry, 746 .sf_nextentry = xfs_dir3_sf_nextentry, 796 .sf_nextentry = xfs_dir3_sf_nextentry,
|
D | xfs_dir2.h | 35 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr, member
|
D | xfs_dir2_block.c | 1238 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_to_block()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 114 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()
|