Searched refs:xfs_break_layouts (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_pnfs.h | 11 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
|
D | xfs_pnfs.c | 32 xfs_break_layouts( in xfs_break_layouts() function
|
D | xfs_file.c | 562 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()
|
D | xfs_iops.c | 956 error = xfs_break_layouts(d_inode(dentry), &iolock, true); in xfs_vn_setattr()
|
D | xfs_ioctl.c | 642 error = xfs_break_layouts(inode, &iolock, false); in xfs_ioc_space()
|