Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c350 error = xfs_break_layouts(inode, iolock, BREAK_WRITE); in xfs_file_aio_write_checks()
810 xfs_break_layouts( in xfs_break_layouts() function
866 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_file_fallocate()
H A Dxfs_inode.h434 int xfs_break_layouts(struct inode *inode, uint *iolock,
H A Dxfs_iops.c1082 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_vn_setattr()
H A Dxfs_ioctl.c663 error = xfs_break_layouts(inode, &iolock, BREAK_UNMAP); in xfs_ioc_space()