Searched refs:break_layout (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_pnfs.c36 while ((error = break_layout(inode, false)) == -EWOULDBLOCK) {
39 error = break_layout(inode, true);
H A Dxfs_inode.c3633 * the blocking break_layout() with the iolocks held, and therefore have to
3648 error = break_layout(src, true);
3652 error = break_layout(dest, true);
3659 error = break_layout(src, false);
3672 error = break_layout(dest, false);
H A Dxfs_file.c401 error = break_layout(inode, false);
/linux-master/include/linux/
H A Dfilelock.h471 static inline int break_layout(struct inode *inode, bool wait) function
503 static inline int break_layout(struct inode *inode, bool wait) function

Completed in 162 milliseconds