Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddax.h151 struct page *dax_layout_busy_page(struct address_space *mapping);
178 static inline struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
/OK3568_Linux_fs/kernel/fs/
H A 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);
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c799 page = dax_layout_busy_page(inode->i_mapping); in xfs_break_dax_layouts()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c4059 page = dax_layout_busy_page(inode->i_mapping); in ext4_break_layouts()