Searched refs:break_layout (Results 1 – 3 of 3) sorted by relevance
35 while ((error = break_layout(inode, false)) == -EWOULDBLOCK) { in xfs_break_leased_layouts()38 error = break_layout(inode, true); in xfs_break_leased_layouts()
1200 error = break_layout(src, true); in xfs_iolock_two_inodes_and_break_layout()1204 error = break_layout(dest, true); in xfs_iolock_two_inodes_and_break_layout()1211 error = break_layout(src, false); in xfs_iolock_two_inodes_and_break_layout()1224 error = break_layout(dest, false); in xfs_iolock_two_inodes_and_break_layout()
2469 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function2501 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function