Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddax.h160 struct page *dax_layout_busy_page(struct address_space *mapping);
169 static inline struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
/openbmc/linux/fs/
H A Ddax.c739 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() function
743 EXPORT_SYMBOL_GPL(dax_layout_busy_page);
/openbmc/linux/fs/xfs/
H A Dxfs_file.c884 page = dax_layout_busy_page(inode->i_mapping); in xfs_break_dax_layouts()
H A Dxfs_inode.c3572 page = dax_layout_busy_page(VFS_I(ip2)->i_mapping); in xfs_mmaplock_two_inodes_and_break_dax_layout()
/openbmc/linux/fs/ext4/
H A Dinode.c3879 page = dax_layout_busy_page(inode->i_mapping); in ext4_break_layouts()