Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Dfs.h2138 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function
2203 static inline int break_layout(struct inode *inode, bool wait) in break_layout() function