Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddirect.c94 #define NFS_ODIRECT_RESCHED_WRITES (2) /* write verification failed */ macro
615 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_commit_complete()
638 dreq->flags = NFS_ODIRECT_RESCHED_WRITES; in nfs_direct_resched_write()
688 case NFS_ODIRECT_RESCHED_WRITES: in nfs_direct_write_schedule_work()
736 } 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()