Searched refs:BMAP_COWFORK (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap.h | 143 #define BMAP_COWFORK (1u << 9) macro 151 { BMAP_COWFORK, "COW" } 268 return BMAP_COWFORK; in xfs_bmap_fork_to_state()
|
| H A D | xfs_inode_fork.c | 647 if (state & BMAP_COWFORK) in xfs_iext_state_to_fork()
|
| H A D | xfs_bmap.c | 4816 uint32_t state = BMAP_COWFORK; in xfs_bmap_del_extent_cow()
|
| /linux/fs/xfs/scrub/ |
| H A D | cow_repair.c | 533 xfs_iext_update_extent(ip, BMAP_COWFORK, icur, &new); in xrep_cow_replace_mapping() 544 xfs_iext_update_extent(ip, BMAP_COWFORK, icur, &new); in xrep_cow_replace_mapping() 549 xfs_iext_insert(ip, icur, &new, BMAP_COWFORK); in xrep_cow_replace_mapping()
|