Home
last modified time | relevance | path

Searched refs:xfs_inode_need_cow (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_reflink.h25 bool xfs_inode_need_cow(struct xfs_inode *ip, struct xfs_bmbt_irec *imap,
Dxfs_reflink.c227 xfs_inode_need_cow( in xfs_inode_need_cow() function
330 return xfs_inode_need_cow(ip, imap, shared); in xfs_find_trim_cow_extent()
Dxfs_iomap.c624 error = xfs_inode_need_cow(ip, &imap, &shared); in xfs_file_iomap_begin_delay()