Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dfs_parser.c103 int __fs_parse(struct p_log *log, in __fs_parse()
192 static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param) in fs_param_bad_value()
197 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool()
213 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32()
227 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32()
240 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64()
253 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum()
269 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string()
279 int fs_param_is_blob(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blob()
288 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd()
[all …]
/linux-6.1.9/include/linux/
Dfs_parser.h22 typedef int fs_param_type(struct p_log *,
63 extern int __fs_parse(struct p_log *log,
Dfs_context.h76 struct p_log { struct
100 struct p_log log; /* Logging buffer */ argument
/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c256 static void p_log(const char *fmt, ...) in p_log() function
1839 p_log("Timestamp out of range"); in intel_pt_calc_tsc_timestamp()
2541 p_log("VMCS: %#" PRIx64 " TSC Offset %#" PRIx64, in intel_pt_print_vmcs_info()
2553 p_log("ERROR: PSB without PSBEND"); in intel_pt_vm_tm_corr_psb()
2564 p_log("ERROR: First TSC is not in PSB+"); in intel_pt_vm_tm_corr_first_tsc()
2573 p_log("ERROR: First TSC, unknown TSC Offset"); in intel_pt_vm_tm_corr_first_tsc()
2587 p_log("ERROR: First TSC, no PIP, unknown TSC Offset"); in intel_pt_vm_tm_corr_first_tsc()
2621 p_log("ERROR: TSC without TMA"); in intel_pt_vm_tm_corr_tsc()
2648 p_log("ERROR: Missing VMCS"); in intel_pt_vm_tm_corr_tsc()
2731 p_log("ERROR: Unknown TSC Offset for VMCS %#" PRIx64, in intel_pt_vm_tm_corr_tsc()
[all …]
/linux-6.1.9/net/ceph/
Dceph_common.c355 struct p_log *log) in get_secret()
403 struct p_log log = {.prefix = "libceph", .log = l}; in ceph_parse_mon_ips()
423 struct p_log log = {.prefix = "libceph", .log = l}; in ceph_parse_param()
/linux-6.1.9/drivers/block/
Drbd.c6236 struct p_log log = {.prefix = "rbd"}; in rbd_parse_param()