Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Ddirect.c102 #define NFS_ODIRECT_RESCHED_WRITES (2) /* write verification failed */ macro
694 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_commit_complete()
699 if (dreq->flags == NFS_ODIRECT_RESCHED_WRITES) { in nfs_direct_commit_complete()
717 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_resched_write()
750 case NFS_ODIRECT_RESCHED_WRITES: in nfs_direct_write_schedule_work()
783 if (dreq->flags == NFS_ODIRECT_RESCHED_WRITES) in nfs_direct_write_completion()
793 NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_write_completion()
834 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_write_reschedule_io()