Searched refs:call_ops (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/nfs/ |
| H A D | localio.c | 62 const struct rpc_call_ops *call_ops); 64 const struct rpc_call_ops *call_ops); 517 const struct rpc_call_ops *call_ops) in nfs_local_hdr_release() argument 519 call_ops->rpc_call_done(&hdr->task, hdr); in nfs_local_hdr_release() 520 call_ops->rpc_release(hdr); in nfs_local_hdr_release() 525 const struct rpc_call_ops *call_ops) in nfs_local_pgio_init() argument 527 hdr->task.tk_ops = call_ops; in nfs_local_pgio_init() 703 const struct rpc_call_ops *call_ops) in nfs_local_do_read() argument 710 nfs_local_pgio_init(hdr, call_ops); in nfs_local_do_read() 896 const struct rpc_call_ops *call_ops) in nfs_local_do_write() argument [all …]
|
| H A D | pnfs.c | 3048 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument 3056 hdr->mds_ops = call_ops; in pnfs_try_to_write_data() 3071 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local 3075 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write() 3175 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument 3182 hdr->mds_ops = call_ops; in pnfs_try_to_read_data() 3216 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local 3220 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
|
| H A D | pagelist.c | 735 const struct rpc_call_ops *call_ops, int how, int flags, in nfs_initiate_pgio() argument 748 .callback_ops = call_ops, in nfs_initiate_pgio() 768 localio, hdr, call_ops); in nfs_initiate_pgio()
|
| H A D | write.c | 1627 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument 1642 .callback_ops = call_ops, in nfs_initiate_commit() 1659 return nfs_local_commit(localio, data, call_ops, how); in nfs_initiate_commit()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-riscv64.c | 15 ops = &call_ops; in riscv64__associate_ins_ops()
|
| H A D | annotate-mips.c | 27 ops = &call_ops; in mips__associate_ins_ops()
|
| H A D | annotate-csky.c | 32 ops = &call_ops; in csky__associate_ins_ops()
|
| H A D | annotate-arm.c | 23 ops = &call_ops; in arm__associate_instruction_ops()
|
| H A D | annotate-sparc.c | 131 ops = &call_ops; in sparc__associate_instruction_ops()
|
| H A D | annotate-arm64.c | 81 ops = &call_ops; in arm64__associate_instruction_ops()
|
| H A D | annotate-powerpc.c | 131 ops = &call_ops; in powerpc__associate_instruction_ops()
|
| H A D | annotate-x86.c | 33 { .name = "call", .ops = &call_ops, },
|
| /linux/tools/perf/util/ |
| H A D | disasm.h | 115 extern const struct ins_ops call_ops;
|
| H A D | disasm.c | 41 const struct ins_ops call_ops; variable 308 const struct ins_ops call_ops = { variable
|