Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dlocalio.c368 const struct rpc_call_ops *call_ops) in nfs_local_hdr_release() argument
371 call_ops->rpc_release(hdr); in nfs_local_hdr_release()
376 const struct rpc_call_ops *call_ops) in nfs_local_pgio_init() argument
378 hdr->task.tk_ops = call_ops; in nfs_local_pgio_init()
499 nfs_local_pgio_init(hdr, call_ops); in nfs_do_local_read()
708 nfs_local_pgio_init(hdr, call_ops); in nfs_do_local_write()
750 nfs_local_hdr_release(hdr, call_ops); in nfs_local_doio()
757 const struct rpc_call_ops *call_ops) in nfs_local_init_commit() argument
759 data->task.tk_ops = call_ops; in nfs_local_init_commit()
797 const struct rpc_call_ops *call_ops) in nfs_local_release_commit_data() argument
[all …]
H A Dinternal.h313 const struct rpc_call_ops *call_ops, int how, int flags,
488 const struct rpc_call_ops *call_ops) in nfs_local_doio() argument
494 const struct rpc_call_ops *call_ops, int how) in nfs_local_commit() argument
581 const struct rpc_call_ops *call_ops,
H A Dpnfs.c3028 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument
3036 hdr->mds_ops = call_ops; in pnfs_try_to_write_data()
3051 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local
3055 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write()
3155 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument
3162 hdr->mds_ops = call_ops; in pnfs_try_to_read_data()
3196 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local
3200 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
H A 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()
H A Dwrite.c1679 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument
1694 .callback_ops = call_ops, in nfs_initiate_commit()
1711 return nfs_local_commit(localio, data, call_ops, how); in nfs_initiate_commit()
/linux-6.15/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c11 ops = &call_ops; in riscv64__associate_ins_ops()
/linux-6.15/tools/perf/arch/csky/annotate/
H A Dinstructions.c30 ops = &call_ops; in csky__associate_ins_ops()
/linux-6.15/tools/perf/arch/mips/annotate/
H A Dinstructions.c23 ops = &call_ops; in mips__associate_ins_ops()
/linux-6.15/tools/perf/arch/arm/annotate/
H A Dinstructions.c20 ops = &call_ops; in arm__associate_instruction_ops()
/linux-6.15/tools/perf/arch/sparc/annotate/
H A Dinstructions.c127 ops = &call_ops; in sparc__associate_instruction_ops()
/linux-6.15/tools/perf/arch/arm64/annotate/
H A Dinstructions.c79 ops = &call_ops; in arm64__associate_instruction_ops()
/linux-6.15/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c39 ops = &call_ops; in powerpc__associate_instruction_ops()
/linux-6.15/tools/perf/util/
H A Ddisasm.c34 static struct ins_ops call_ops; variable
334 static struct ins_ops call_ops = { variable
341 return ins->ops == &call_ops || ins->ops == &s390_call_ops || ins->ops == &loongarch_call_ops; in ins__is_call()
/linux-6.15/tools/perf/arch/x86/annotate/
H A Dinstructions.c21 { .name = "call", .ops = &call_ops, },