Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddax.h90 struct page *dax_layout_busy_page(struct address_space *mapping);
114 static inline struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
/Linux-v4.19/fs/
Ddax.c631 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
715 EXPORT_SYMBOL_GPL(dax_layout_busy_page);
/Linux-v4.19/fs/xfs/
Dxfs_file.c742 page = dax_layout_busy_page(inode->i_mapping); in xfs_break_dax_layouts()
/Linux-v4.19/fs/ext4/
Dinode.c4217 page = dax_layout_busy_page(inode->i_mapping); in ext4_break_layouts()