Home
last modified time | relevance | path

Searched refs:call_ops (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/fs/nfs/
Dlocalio.c311 const struct rpc_call_ops *call_ops) in nfs_local_hdr_release() argument
313 call_ops->rpc_call_done(&hdr->task, hdr); in nfs_local_hdr_release()
314 call_ops->rpc_release(hdr); in nfs_local_hdr_release()
319 const struct rpc_call_ops *call_ops) in nfs_local_pgio_init() argument
321 hdr->task.tk_ops = call_ops; in nfs_local_pgio_init()
390 const struct rpc_call_ops *call_ops) in nfs_do_local_read() argument
401 nfs_local_pgio_init(hdr, call_ops); in nfs_do_local_read()
564 const struct rpc_call_ops *call_ops) in nfs_do_local_write() argument
585 nfs_local_pgio_init(hdr, call_ops); in nfs_do_local_write()
597 const struct rpc_call_ops *call_ops) in nfs_local_doio() argument
[all …]
Dinternal.h312 const struct rpc_call_ops *call_ops, int how, int flags,
484 const struct rpc_call_ops *call_ops) in nfs_local_doio() argument
490 const struct rpc_call_ops *call_ops, int how) in nfs_local_commit() argument
577 const struct rpc_call_ops *call_ops,
Dpnfs.c3011 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument
3019 hdr->mds_ops = call_ops; in pnfs_try_to_write_data()
3034 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local
3038 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write()
3138 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument
3145 hdr->mds_ops = call_ops; in pnfs_try_to_read_data()
3179 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local
3183 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
Dpagelist.c734 const struct rpc_call_ops *call_ops, int how, int flags, in nfs_initiate_pgio() argument
747 .callback_ops = call_ops, in nfs_initiate_pgio()
767 localio, hdr, call_ops); in nfs_initiate_pgio()
Dwrite.c1666 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument
1681 .callback_ops = call_ops, in nfs_initiate_commit()
1698 return nfs_local_commit(localio, data, call_ops, how); in nfs_initiate_commit()
/linux-6.12.1/tools/perf/arch/riscv64/annotate/
Dinstructions.c11 ops = &call_ops; in riscv64__associate_ins_ops()
/linux-6.12.1/tools/perf/arch/csky/annotate/
Dinstructions.c30 ops = &call_ops; in csky__associate_ins_ops()
/linux-6.12.1/tools/perf/arch/mips/annotate/
Dinstructions.c23 ops = &call_ops; in mips__associate_ins_ops()
/linux-6.12.1/tools/perf/arch/arm/annotate/
Dinstructions.c20 ops = &call_ops; in arm__associate_instruction_ops()
/linux-6.12.1/tools/perf/arch/sparc/annotate/
Dinstructions.c127 ops = &call_ops; in sparc__associate_instruction_ops()
/linux-6.12.1/tools/perf/arch/arm64/annotate/
Dinstructions.c79 ops = &call_ops; in arm64__associate_instruction_ops()
/linux-6.12.1/tools/perf/arch/powerpc/annotate/
Dinstructions.c39 ops = &call_ops; in powerpc__associate_instruction_ops()
/linux-6.12.1/tools/perf/util/
Ddisasm.c33 static struct ins_ops call_ops; variable
333 static struct ins_ops call_ops = { variable
340 return ins->ops == &call_ops || ins->ops == &s390_call_ops || ins->ops == &loongarch_call_ops; in ins__is_call()
/linux-6.12.1/tools/perf/arch/x86/annotate/
Dinstructions.c21 { .name = "call", .ops = &call_ops, },