Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddax.h146 struct page *dax_layout_busy_page(struct address_space *mapping);
177 static inline struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
/Linux-v5.4/fs/
Ddax.c576 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
628 EXPORT_SYMBOL_GPL(dax_layout_busy_page);
/Linux-v5.4/fs/xfs/
Dxfs_file.c750 page = dax_layout_busy_page(inode->i_mapping); in xfs_break_dax_layouts()
/Linux-v5.4/fs/ext4/
Dinode.c4217 page = dax_layout_busy_page(inode->i_mapping); in ext4_break_layouts()