Home
last modified time | relevance | path

Searched refs:filemap_check_wb_err (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/scrub/
H A Dxfile.c142 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xfile_load()
203 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xfile_store()
286 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xfile_get_folio()
/linux/fs/nfs/
H A Dfile.c158 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush()
809 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
H A Dnfs4file.c134 return filemap_check_wb_err(file->f_mapping, since); in nfs4_file_flush()
/linux/fs/nfsd/
H A Dvfs.c716 status = filemap_check_wb_err(dst->f_mapping, since); in nfsd4_clone_file_range()
1525 host_err = filemap_check_wb_err(file->f_mapping, since); in nfsd_vfs_write()
1707 err2 = filemap_check_wb_err(nf->nf_file->f_mapping, in nfsd_commit()
H A Dfilecache.c263 filemap_check_wb_err(file->f_mapping, READ_ONCE(file->f_wb_err))) in nfsd_file_check_write_error()
H A Dnfs4proc.c2015 status = filemap_check_wb_err(dst->f_mapping, since); in _nfsd_copy_file_range()
/linux/include/linux/
H A Dpagemap.h99 static inline int filemap_check_wb_err(struct address_space *mapping, in filemap_check_wb_err() function
/linux/fs/smb/client/
H A Dfile.c2970 rc = filemap_check_wb_err(file->f_mapping, 0); in cifs_flush()