Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dblktrace.c1178 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start() argument
1181 (has_cg ? sizeof(union kernfs_node_id) : 0); in pdu_start()
1189 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len() argument
1192 (has_cg ? sizeof(union kernfs_node_id) : 0); in pdu_real_len()
1220 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() argument
1222 const __u64 *val = pdu_start(ent, has_cg); in get_pdu_int()
1227 struct blk_io_trace_remap *r, bool has_cg) in get_pdu_remap() argument
1229 const struct blk_io_trace_remap *__r = pdu_start(ent, has_cg); in get_pdu_remap()
1238 bool has_cg);
1241 bool has_cg) in blk_log_action_classic() argument
[all …]