Searched refs:since (Results 1 – 15 of 15) sorted by relevance
/fs/nfs/ |
D | file.c | 141 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()
|
D | nfs4file.c | 117 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/ |
D | vfs.c | 551 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()
|
D | nfs4proc.c | 1613 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/ |
D | Kconfig | 7 disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20). Say Y
|
D | Changes | 3 things that can be used since quite some time. But 124 systems, since you can't run programs on them.
|
/fs/crypto/ |
D | Kconfig | 12 efficient since it avoids caching the encrypted and
|
/fs/sysv/ |
D | Kconfig | 25 Note that this option is generally not needed for floppies, since a
|
/fs/ufs/ |
D | Kconfig | 17 Note that this option is generally not needed for floppies, since a
|
/fs/cramfs/ |
D | Kconfig | 43 This saves some memory since no intermediate buffering is
|
D | README | 98 default mkcramfs doesn't test for & create holes, since cramfs in 121 written for, since comments in <linux/pagemap.h> indicate that
|
/fs/gfs2/ |
D | lops.c | 525 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/ |
D | Kconfig | 98 sha256, these are not selected automatically since there are many
|
/fs/befs/ |
D | ChangeLog | 34 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/ |
D | Kconfig | 71 write support, included in Linux 2.5.10 and before (since 1997),
|