Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dxfile.c141 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-6.12.1/fs/xfs/
Dxfs_buf_mem.c156 if (filemap_check_wb_err(inode->i_mapping, 0)) { in xmbuf_map_page()
/linux-6.12.1/fs/nfs/
Dfile.c153 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush()
700 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
Dnfs4file.c132 return filemap_check_wb_err(file->f_mapping, since); in nfs4_file_flush()
/linux-6.12.1/fs/nfsd/
Dvfs.c674 status = filemap_check_wb_err(dst->f_mapping, since); in nfsd4_clone_file_range()
1205 host_err = filemap_check_wb_err(file->f_mapping, since); in nfsd_vfs_write()
1371 err2 = filemap_check_wb_err(nf->nf_file->f_mapping, in nfsd_commit()
Dfilecache.c249 filemap_check_wb_err(file->f_mapping, READ_ONCE(file->f_wb_err))) in nfsd_file_check_write_error()
Dnfs4proc.c1663 status = filemap_check_wb_err(dst->f_mapping, since); in _nfsd_copy_file_range()
/linux-6.12.1/include/linux/
Dpagemap.h102 static inline int filemap_check_wb_err(struct address_space *mapping, in filemap_check_wb_err() function
/linux-6.12.1/fs/gfs2/
Dlops.c592 ret = filemap_check_wb_err(mapping, since); in gfs2_find_jhead()
/linux-6.12.1/fs/smb/client/
Dfile.c2737 rc = filemap_check_wb_err(file->f_mapping, 0); in cifs_flush()
/linux-6.12.1/fs/btrfs/
Dfile.c1754 ret = filemap_check_wb_err(inode->vfs_inode.i_mapping, file->f_wb_err); in btrfs_sync_file()