Searched refs:xfs_dir2_sf_nextentry (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_dir2_sf.c | 323 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_block_to_sf() 545 oldsfep = xfs_dir2_sf_nextentry(oldsfp, oldsfep), in xfs_dir2_sf_addname_hard() 584 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_hard() 634 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_addname_pick() 698 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_check() 850 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents() 860 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents() 923 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_lookup() 989 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_removename() 1124 i++, sfep = xfs_dir2_sf_nextentry(sfp, sfep)) { in xfs_dir2_sf_replace() [all …]
|
D | xfs_dir2_format.h | 150 xfs_dir2_sf_nextentry(struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() function
|
D | xfs_dir2_block.c | 1205 sfep = xfs_dir2_sf_nextentry(sfp, sfep); in xfs_dir2_sf_to_block()
|