Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
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()
Dxfs_inode.c3757 error = break_layout(src, true); in xfs_iolock_two_inodes_and_break_layout()
3761 error = break_layout(dest, true); in xfs_iolock_two_inodes_and_break_layout()
3768 error = break_layout(src, false); in xfs_iolock_two_inodes_and_break_layout()
3781 error = break_layout(dest, false); in xfs_iolock_two_inodes_and_break_layout()
Dxfs_file.c363 error = break_layout(inode, false); in xfs_file_write_checks()
/Linux-v5.15/include/linux/
Dfs.h2673 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function
2705 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function