Searched refs:dax_break_layout (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | dax.h | 230 static inline int __must_check dax_break_layout(struct inode *inode, in dax_break_layout() function 266 int __must_check dax_break_layout(struct inode *inode, loff_t start, 271 return dax_break_layout(inode, 0, LLONG_MAX, cb); in dax_break_layout_inode()
|
| /linux-6.15/fs/ |
| H A D | dax.c | 953 int dax_break_layout(struct inode *inode, loff_t start, loff_t end, in dax_break_layout() function 979 EXPORT_SYMBOL_GPL(dax_break_layout);
|
| /linux-6.15/fs/fuse/ |
| H A D | dax.c | 673 return dax_break_layout(inode, dmap_start, dmap_end, in fuse_dax_break_layouts()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_inode.c | 2760 error = dax_break_layout(VFS_I(ip2), 0, -1, NULL); in xfs_mmaplock_two_inodes_and_break_dax_layout()
|