Home
last modified time | relevance | path

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

/openbmc/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()
585 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_addname_hard()
632 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_addname_pick()
690 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_check()
768 next_sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_verify()
907 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_lookup()
965 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_removename()
1098 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep)) { in xfs_dir2_sf_replace()
1204 i++, sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep), in xfs_dir2_sf_toino4()
[all …]
H A Dxfs_dir2_priv.h167 struct xfs_dir2_sf_entry *xfs_dir2_sf_nextentry(struct xfs_mount *mp,
H A Dxfs_dir2_block.c1255 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_to_block()
/openbmc/linux/fs/xfs/
H A Dxfs_dir2_readdir.c113 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_getdents()
127 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_getdents()
/openbmc/linux/fs/xfs/scrub/
H A Dreaddir.c84 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xchk_dir_walk_sf()