Searched refs:call_ops (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 1950 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument 1958 hdr->mds_ops = call_ops; in pnfs_try_to_write_data() 1973 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local 1977 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write() 2069 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument 2076 hdr->mds_ops = call_ops; in pnfs_try_to_read_data() 2101 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local 2106 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
|
D | internal.h | 250 const struct rpc_call_ops *call_ops, int how, int flags); 462 const struct rpc_call_ops *call_ops,
|
D | pagelist.c | 618 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio() argument 630 .callback_ops = call_ops, in nfs_initiate_pgio()
|
D | write.c | 1564 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument 1578 .callback_ops = call_ops, in nfs_initiate_commit()
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.c | 105 static struct ins_ops call_ops = { variable 112 return ins->ops == &call_ops; in ins__is_call() 358 { .name = "call", .ops = &call_ops, }, 359 { .name = "callq", .ops = &call_ops, },
|