Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_inode.h607 int xfs_break_layouts(struct inode *inode, uint *iolock,
H A Dxfs_file.c455 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_write_checks()
1287 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in __xfs_file_fallocate()
H A Dxfs_zone_gc.c864 error = xfs_break_layouts(VFS_I(ip), &iolock, BREAK_UNMAP); in xfs_zone_gc_finish_chunk()
H A Dxfs_iops.c1100 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
H A Dxfs_inode.c3013 xfs_break_layouts( in xfs_break_layouts() function
/linux-6.15/fs/xfs/scrub/
H A Dbmap.c62 error = xfs_break_layouts(VFS_I(sc->ip), in xchk_setup_inode_bmap()