Home
last modified time | relevance | path

Searched refs:NFS_ODIRECT_RESCHED_WRITES (Results 1 – 3 of 3) sorted by relevance

/fs/nfs/
Ddirect.c608 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_commit_complete()
633 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_resched_write()
683 case NFS_ODIRECT_RESCHED_WRITES: in nfs_direct_write_schedule_work()
734 } else if (flags == NFS_ODIRECT_RESCHED_WRITES) { in nfs_direct_write_completion()
766 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_write_reschedule_io()
Dinternal.h932 #define NFS_ODIRECT_RESCHED_WRITES (2) /* write verification failed */ macro
Dnfstrace.h1586 { NFS_ODIRECT_RESCHED_WRITES, "RESCHED_WRITES" }, \