Home
last modified time | relevance | path

Searched refs:xfs_dir2_sf_nextentry (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c57 xfs_dir2_sf_nextentry( in xfs_dir2_sf_nextentry() function
324 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_block_to_sf()
541 oldsfep = xfs_dir2_sf_nextentry(mp, oldsfp, oldsfep), in xfs_dir2_sf_addname_hard()
576 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_addname_hard()
622 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_addname_pick()
679 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_check()
750 next_sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_verify()
886 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_lookup()
943 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_removename()
1075 i++, sfep = xfs_dir2_sf_nextentry(m in xfs_dir2_sf_replace()
[all...]
H A Dxfs_dir2_priv.h168 struct xfs_dir2_sf_entry *xfs_dir2_sf_nextentry(struct xfs_mount *mp,
H A Dxfs_dir2_block.c1261 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_to_block()
/linux/fs/xfs/
H A Dxfs_dir2_readdir.c112 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_getdents()
128 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_getdents()
/linux/fs/xfs/scrub/
H A Dreaddir.c83 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xchk_dir_walk_sf()
H A Ddir_repair.c533 next = xfs_dir2_sf_nextentry(rd->sc->mp, hdr, sfep); in xrep_dir_recover_sf()