Searched refs:filemap_check_wb_err (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | xfile.c | 141 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xfile_load() 202 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xfile_store() 285 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xfile_get_folio()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_mem.c | 155 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xmbuf_map_backing_mem()
|
| /linux/fs/nfs/ |
| H A D | file.c | 155 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush() 762 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 688 status = filemap_check_wb_err(dst->f_mapping, since); in nfsd4_clone_file_range() 1490 host_err = filemap_check_wb_err(file->f_mapping, since); in nfsd_vfs_write() 1670 err2 = filemap_check_wb_err(nf->nf_file->f_mapping, in nfsd_commit()
|
| H A D | nfs4proc.c | 1820 status = filemap_check_wb_err(dst->f_mapping, since); in _nfsd_copy_file_range()
|
| /linux/include/linux/ |
| H A D | pagemap.h | 99 static inline int filemap_check_wb_err(struct address_space *mapping, in filemap_check_wb_err() function
|
| /linux/fs/smb/client/ |
| H A D | file.c | 2842 rc = filemap_check_wb_err(file->f_mapping, 0); in cifs_flush()
|