Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_pnfs.c36 while ((error = break_layout(inode, false)) == -EWOULDBLOCK) { in xfs_break_leased_layouts()
39 error = break_layout(inode, true); in xfs_break_leased_layouts()
A Dxfs_inode.c2665 error = break_layout(src, true); in xfs_iolock_two_inodes_and_break_layout()
2669 error = break_layout(dest, true); in xfs_iolock_two_inodes_and_break_layout()
2676 error = break_layout(src, false); in xfs_iolock_two_inodes_and_break_layout()
2689 error = break_layout(dest, false); in xfs_iolock_two_inodes_and_break_layout()
A Dxfs_file.c447 error = break_layout(inode, false); in xfs_file_write_checks()
/linux/include/linux/
A Dfilelock.h481 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function
513 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function

Completed in 14 milliseconds