Searched refs:IOMODE_RW (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 257 return iomode == IOMODE_RW ? in pnfs_iomode_to_fail_bit() 293 iomode == IOMODE_RW ? "RW" : "READ"); in pnfs_layout_io_set_failed() 1302 if ((range->iomode == IOMODE_RW && in pnfs_lseg_range_match() 1303 ls_range->iomode != IOMODE_RW) || in pnfs_lseg_range_match() 1389 case IOMODE_RW: in pnfs_within_mdsthreshold() 1570 iomode==IOMODE_RW ? "read/write" : "read-only", in pnfs_update_layout() 1747 IOMODE_RW, in pnfs_generic_pg_init_write() 2081 if (lseg->pls_range.iomode == IOMODE_RW && in pnfs_list_write_lseg()
|
D | nfs4trace.h | 1089 { IOMODE_RW, "RW" }, \
|
/linux-4.1.27/fs/nfsd/ |
D | blocklayout.c | 97 if (seg->iomode & IOMODE_RW) { in nfsd4_block_proc_layoutget()
|
D | nfs4proc.c | 1265 case IOMODE_RW: in nfsd4_layoutget() 1412 case IOMODE_RW: in nfsd4_layoutreturn()
|
/linux-4.1.27/include/linux/ |
D | nfs4.h | 540 IOMODE_RW = 2, enumerator
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 369 if (lseg->pls_range.iomode == IOMODE_RW) in ff_layout_has_rw_segments() 394 if (lseg->pls_range.iomode == IOMODE_RW) { in ff_layout_free_lseg() 540 IOMODE_RW, in ff_layout_pg_init_write() 582 IOMODE_RW, in ff_layout_pg_get_mirror_count_write()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 749 if (lseg->pls_range.iomode == IOMODE_RW) { in filelayout_free_lseg() 909 IOMODE_RW, in filelayout_pg_init_write()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 716 ext_tree_remove(bl, range->iomode & IOMODE_RW, offset, end); in bl_return_range()
|