Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddax.h128 struct page *dax_layout_busy_page(struct address_space *mapping);
151 static inline struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
/Linux-v5.15/fs/
Ddax.c653 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
657 EXPORT_SYMBOL_GPL(dax_layout_busy_page);
/Linux-v5.15/fs/xfs/
Dxfs_file.c858 page = dax_layout_busy_page(inode->i_mapping); in xfs_break_dax_layouts()
/Linux-v5.15/fs/ext4/
Dinode.c3912 page = dax_layout_busy_page(inode->i_mapping); in ext4_break_layouts()