Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c762 return -NFS4ERR_RESET_TO_PNFS; in ff_layout_async_handle_error_v4()
796 return -NFS4ERR_RESET_TO_PNFS; in ff_layout_async_handle_error_v3()
864 case -NFS4ERR_RESET_TO_PNFS: in ff_layout_read_done_cb()
1021 case -NFS4ERR_RESET_TO_PNFS: in ff_layout_write_done_cb()
1025 if (err == -NFS4ERR_RESET_TO_PNFS) { in ff_layout_write_done_cb()
1067 case -NFS4ERR_RESET_TO_PNFS: in ff_layout_commit_done_cb()
1071 if (err == -NFS4ERR_RESET_TO_PNFS) in ff_layout_commit_done_cb()
/linux-4.1.27/fs/nfs/
Dpnfs.h91 #define NFS4ERR_RESET_TO_PNFS 12002 macro