Searched refs:IOMODE_RW (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 258 return iomode == IOMODE_RW ? in pnfs_iomode_to_fail_bit() 294 iomode == IOMODE_RW ? "RW" : "READ"); in pnfs_layout_io_set_failed() 1357 if ((range->iomode == IOMODE_RW && in pnfs_lseg_range_match() 1358 ls_range->iomode != IOMODE_RW) || in pnfs_lseg_range_match() 1442 case IOMODE_RW: in pnfs_within_mdsthreshold() 1627 iomode==IOMODE_RW ? "read/write" : "read-only", in pnfs_update_layout() 1642 case IOMODE_RW: in pnfs_sanity_check_layout_range() 1822 IOMODE_RW, in pnfs_generic_pg_init_write() 2158 if (lseg->pls_range.iomode == IOMODE_RW && in pnfs_list_write_lseg()
|
D | nfs4trace.h | 1149 { IOMODE_RW, "RW" }, \
|
/linux-4.4.14/fs/nfsd/ |
D | blocklayout.c | 97 if (seg->iomode & IOMODE_RW) { in nfsd4_block_proc_layoutget()
|
D | nfs4proc.c | 1254 case IOMODE_RW: in nfsd4_layoutget() 1401 case IOMODE_RW: in nfsd4_layoutreturn()
|
/linux-4.4.14/include/linux/ |
D | nfs4.h | 544 IOMODE_RW = 2, enumerator
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 534 if (lseg->pls_range.iomode == IOMODE_RW) in ff_layout_has_rw_segments() 547 if (lseg->pls_range.iomode == IOMODE_RW) { in ff_layout_free_lseg() 833 IOMODE_RW, in ff_layout_pg_init_write() 875 IOMODE_RW, in ff_layout_pg_get_mirror_count_write()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 750 if (lseg->pls_range.iomode == IOMODE_RW) { in filelayout_free_lseg() 910 IOMODE_RW, in filelayout_pg_init_write()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 711 ext_tree_remove(bl, range->iomode & IOMODE_RW, offset, end); in bl_return_range()
|