Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_file.c367 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_write_checks()
869 xfs_break_layouts( in xfs_break_layouts() function
925 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
Dxfs_inode.h475 int xfs_break_layouts(struct inode *inode, uint *iolock,
Dxfs_iops.c1087 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
Dxfs_ioctl.c664 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_ioc_space()