Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpnfs.c376 iomode = lo->plh_return_iomode; in pnfs_layoutreturn_before_put_lseg()
379 lo->plh_return_iomode = 0; in pnfs_layoutreturn_before_put_lseg()
807 (lo->plh_return_iomode == IOMODE_ANY || in pnfs_layout_returning()
808 lo->plh_return_iomode == range->iomode); in pnfs_layout_returning()
1698 if (lo->plh_return_iomode == 0) in pnfs_error_mark_layout_for_return()
1699 lo->plh_return_iomode = range.iomode; in pnfs_error_mark_layout_for_return()
1700 else if (lo->plh_return_iomode != range.iomode) in pnfs_error_mark_layout_for_return()
1701 lo->plh_return_iomode = IOMODE_ANY; in pnfs_error_mark_layout_for_return()
Dpnfs.h194 enum pnfs_iomode plh_return_iomode; member