Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_pnfs.h11 int xfs_break_layouts(struct inode *inode, uint *iolock, bool with_imutex);
14 xfs_break_layouts(struct inode *inode, uint *iolock, bool with_imutex) in xfs_break_layouts() function
Dxfs_pnfs.c32 xfs_break_layouts( in xfs_break_layouts() function
Dxfs_file.c562 error = xfs_break_layouts(inode, iolock, true); in xfs_file_aio_write_checks()
889 error = xfs_break_layouts(inode, &iolock, false); in xfs_file_fallocate()
Dxfs_iops.c956 error = xfs_break_layouts(d_inode(dentry), &iolock, true); in xfs_vn_setattr()
Dxfs_ioctl.c642 error = xfs_break_layouts(inode, &iolock, false); in xfs_ioc_space()