Searched refs:xfs_dir2_sf_nextentry (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_dir2_sf.c | 249 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_block_to_sf() 472 oldsfep = xfs_dir2_sf_nextentry(oldsfp, oldsfep), in xfs_dir2_sf_addname_hard() 512 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_hard() 562 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_pick() 626 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_check() 778 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents() 788 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents() 851 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_lookup() 918 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_removename() 1054 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_replace() [all …]
|
D | xfs_dir2_sf.h | 149 xfs_dir2_sf_nextentry(xfs_dir2_sf_t *sfp, xfs_dir2_sf_entry_t *sfep) in xfs_dir2_sf_nextentry() function
|
D | xfs_dir2_block.c | 1215 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_to_block()
|