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.h608 int xfs_break_layouts(struct inode *inode, uint *iolock,
H A Dxfs_file.c478 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_write_checks()
1489 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_zoned_fallocate()
H A Dxfs_zone_gc.c897 error = xfs_break_layouts(VFS_I(ip), &iolock, BREAK_UNMAP); in xfs_zone_gc_finish_reset()
H A Dxfs_inode.c3022 xfs_break_layouts( in xfs_break_layouts() function