Searched refs:xfs_break_layouts (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.h | 434 int xfs_break_layouts(struct inode *inode, uint *iolock,
|
H A D | xfs_file.c | 348 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_aio_write_checks() 808 xfs_break_layouts( in xfs_break_layouts() function 863 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
|
H A D | xfs_iops.c | 1032 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
|
H A D | xfs_ioctl.c | 663 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_ioc_space()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_file.c | 405 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_write_checks() 895 xfs_break_layouts( in xfs_break_layouts() function 965 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
|
H A D | xfs_inode.h | 564 int xfs_break_layouts(struct inode *inode, uint *iolock,
|
H A D | xfs_iops.c | 1015 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
|
Completed in 12 milliseconds