Searched refs:BREAK_UNMAP (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.h | 348 * layouts are broken in the BREAK_UNMAP case to make sure the 351 * BREAK_UNMAP breaks additionally require waiting for busy dax-pages to 356 BREAK_UNMAP, enumerator
|
H A D | xfs_file.c | 821 case BREAK_UNMAP: in xfs_break_layouts() 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_inode.h | 482 * layouts are broken in the BREAK_UNMAP case to make sure the 485 * BREAK_UNMAP breaks additionally require waiting for busy dax-pages to 490 BREAK_UNMAP, enumerator
|
H A D | xfs_file.c | 908 case BREAK_UNMAP: in xfs_break_layouts() 965 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
|
H A D | xfs_iops.c | 1015 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
|
Completed in 10 milliseconds