Searched refs:BMAP_COWFORK (Results 1 – 3 of 3) sorted by relevance
163 #define BMAP_COWFORK (1 << 9) macro171 { BMAP_COWFORK, "COW" }
531 state |= BMAP_COWFORK; in xfs_bmap_trace_exlist()1769 state |= BMAP_COWFORK; in xfs_bmap_add_extent_delay_real()2324 state |= BMAP_COWFORK; in xfs_bmap_add_extent_unwritten_real()2851 state |= BMAP_COWFORK; in xfs_bmap_add_extent_hole_delay()5025 state |= BMAP_COWFORK; in xfs_bmap_del_extent_delay()5123 int state = BMAP_COWFORK; in xfs_bmap_del_extent_cow()5234 state |= BMAP_COWFORK; in xfs_bmap_del_extent()
989 if (state & BMAP_COWFORK) in xfs_iext_state_to_fork()