Searched refs:PNFS_IOMODE_READ (Results 1 – 4 of 4) sorted by relevance
/reactos/base/services/nfsd/ |
H A D | pnfs.h | 81 PNFS_IOMODE_READ = 0x1, enumerator 83 PNFS_IOMODE_ANY = PNFS_IOMODE_READ | PNFS_IOMODE_RW
|
H A D | pnfs_debug.c | 61 case PNFS_IOMODE_READ: return "PNFS_IOMODE_READ"; in pnfs_iomode_string()
|
H A D | pnfs_io.c | 682 &state->file, stateid, PNFS_IOMODE_READ, offset, length); in pnfs_read() 688 layout, buffer_out, PNFS_IOMODE_READ, offset, length, in pnfs_read()
|
H A D | pnfs_layout.c | 232 layout->layout.iomode < PNFS_IOMODE_READ || in layout_sanity_check() 541 if (status && iomode == PNFS_IOMODE_READ) { in layout_fetch()
|