Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h607 int xfs_break_layouts(struct inode *inode, uint *iolock,
H A Dxfs_file.c451 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_write_checks()
1108 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
H A Dxfs_iops.c1073 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
/linux/fs/xfs/scrub/
H A Dbmap.c62 error = xfs_break_layouts(VFS_I(sc->ip), in xchk_setup_inode_bmap()