Searched refs:sf_nextentry (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_dir2_sf.c | 222 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 …]
|
| D | xfs_da_format.c | 693 .sf_nextentry = xfs_dir2_sf_nextentry, 743 .sf_nextentry = xfs_dir3_sf_nextentry, 793 .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 | 1235 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_to_block()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_dir2_readdir.c | 111 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()
|