Searched refs:call_ops (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 1874 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument 1882 hdr->mds_ops = call_ops; in pnfs_try_to_write_data() 1897 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local 1901 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write() 1992 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument 1999 hdr->mds_ops = call_ops; in pnfs_try_to_read_data() 2024 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local 2029 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
|
D | internal.h | 254 const struct rpc_call_ops *call_ops, int how, int flags); 446 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 | 1542 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument 1556 .callback_ops = call_ops, in nfs_initiate_commit()
|
/linux-4.1.27/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, },
|