Searched refs:xfs_break_layouts (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_file.c | 303 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_aio_write_checks() 753 xfs_break_layouts( in xfs_break_layouts() function 809 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
|
D | xfs_inode.h | 465 int xfs_break_layouts(struct inode *inode, uint *iolock,
|
D | xfs_iops.c | 1038 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
|
D | xfs_ioctl.c | 634 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_ioc_space()
|