Home
last modified time | relevance | path

Searched refs:mapping_stable_writes (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_file.c253 if (mapping_stable_writes(iocb->ki_filp->f_mapping)) { in xfs_file_dio_read()
766 if (mapping_stable_writes(iocb->ki_filp->f_mapping)) in xfs_file_dio_write_aligned()
843 if (mapping_stable_writes(iocb->ki_filp->f_mapping)) in xfs_file_dio_write_atomic()
935 if (mapping_stable_writes(iocb->ki_filp->f_mapping)) in xfs_file_dio_write_unaligned()
/linux/include/linux/
H A Dpagemap.h307 static inline bool mapping_stable_writes(const struct address_space *mapping) in mapping_stable_writes() function
/linux/mm/
H A Dpage-writeback.c3107 if (mapping_stable_writes(folio_mapping(folio))) in folio_wait_stable()