Home
last modified time | relevance | path

Searched refs:FI_REMAPF (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_vnode.h50 #define FI_REMAPF 1 /* Do a remapf prior to the operation */ macro
Dxfs_aops.c1469 xfs_flush_pages(ip, (xfs_off_t)0, -1, 0, FI_REMAPF); in xfs_vm_bmap()
/linux-2.6.39/fs/xfs/
Dxfs_dfrag.c316 xfs_tosspages(ip, 0, -1, FI_REMAPF); in xfs_swap_extents()
Dxfs_bmap.c5505 error = xfs_flush_pages(ip, 0, -1, 0, FI_REMAPF); in xfs_getbmap()