Home
last modified time | relevance | path

Searched refs:since (Results 1 – 15 of 15) sorted by relevance

/fs/nfs/
Dfile.c141 errseq_t since; in nfs_file_flush() local
150 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_flush()
152 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush()
609 errseq_t since; in nfs_file_write() local
635 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_write()
669 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
Dnfs4file.c117 errseq_t since; in nfs4_file_flush() local
133 since = filemap_sample_wb_err(file->f_mapping); in nfs4_file_flush()
135 return filemap_check_wb_err(file->f_mapping, since); in nfs4_file_flush()
/fs/nfsd/
Dvfs.c551 errseq_t since; in nfsd4_clone_file_range() local
555 since = READ_ONCE(dst->f_wb_err); in nfsd4_clone_file_range()
570 status = filemap_check_wb_err(dst->f_mapping, since); in nfsd4_clone_file_range()
1016 errseq_t since; in nfsd_vfs_write() local
1054 since = READ_ONCE(file->f_wb_err); in nfsd_vfs_write()
1068 host_err = filemap_check_wb_err(file->f_mapping, since); in nfsd_vfs_write()
1197 errseq_t since = READ_ONCE(nf->nf_file->f_wb_err); in nfsd_commit() local
1205 since); in nfsd_commit()
Dnfs4proc.c1613 errseq_t since; in _nfsd_copy_file_range() local
1638 since = READ_ONCE(dst->f_wb_err); in _nfsd_copy_file_range()
1642 status = filemap_check_wb_err(dst->f_mapping, since); in _nfsd_copy_file_range()
/fs/affs/
DKconfig7 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
DChanges3 things that can be used since quite some time. But
124 systems, since you can't run programs on them.
/fs/crypto/
DKconfig12 efficient since it avoids caching the encrypted and
/fs/sysv/
DKconfig25 Note that this option is generally not needed for floppies, since a
/fs/ufs/
DKconfig17 Note that this option is generally not needed for floppies, since a
/fs/cramfs/
DKconfig43 This saves some memory since no intermediate buffering is
DREADME98 default mkcramfs doesn't test for & create holes, since cramfs in
121 written for, since comments in <linux/pagemap.h> indicate that
/fs/gfs2/
Dlops.c525 errseq_t since; in gfs2_find_jhead() local
531 since = filemap_sample_wb_err(mapping); in gfs2_find_jhead()
599 ret = filemap_check_wb_err(mapping, since); in gfs2_find_jhead()
/fs/ubifs/
DKconfig98 sha256, these are not selected automatically since there are many
/fs/befs/
DChangeLog34 This is bad, since 2.4.9 is still the current RedHat kernel. I added
192 * Removed fsync() hooks, since a read-only filesystem doesn't need them.
227 * Removed old datastream code from file.c, since it is nolonger used.
/fs/ntfs/
DKconfig71 write support, included in Linux 2.5.10 and before (since 1997),