Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_pnfs.c42 while ((error = break_layout(inode, false) == -EWOULDBLOCK)) { in xfs_break_layouts()
46 error = break_layout(inode, true); in xfs_break_layouts()
/linux-4.1.27/include/linux/
Dfs.h2113 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function
2178 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function