Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_pnfs.c42 while ((error = break_layout(inode, false) == -EWOULDBLOCK)) { in xfs_break_leased_layouts()
45 error = break_layout(inode, true); in xfs_break_leased_layouts()
Dxfs_reflink.c1202 error = break_layout(dest, false); in xfs_iolock_two_inodes_and_break_layout()
1207 error = break_layout(dest, true); in xfs_iolock_two_inodes_and_break_layout()
/Linux-v4.19/include/linux/
Dfs.h2387 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function
2419 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function