Searched refs:p_log (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ |
H A D | fs_parser.c | 104 int __fs_parse(struct p_log *log, in __fs_parse() 194 static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param) in fs_param_bad_value() 199 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool() 215 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32() 229 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32() 242 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64() 255 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum() 271 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string() 281 int fs_param_is_blob(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blob() 290 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd() [all …]
|
/linux/include/linux/ |
H A D | fs_parser.h | 22 typedef int fs_param_type(struct p_log *, 66 extern int __fs_parse(struct p_log *log,
|
H A D | fs_context.h | 76 struct p_log { struct 100 struct p_log log; /* Logging buffer */ argument
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 256 static void p_log(const char *fmt, ...) in p_log() function 1841 p_log("Timestamp out of range"); in intel_pt_calc_tsc_timestamp() 2545 p_log("VMCS: %#" PRIx64 " TSC Offset %#" PRIx64, in intel_pt_print_vmcs_info() 2557 p_log("ERROR: PSB without PSBEND"); in intel_pt_vm_tm_corr_psb() 2568 p_log("ERROR: First TSC is not in PSB+"); in intel_pt_vm_tm_corr_first_tsc() 2577 p_log("ERROR: First TSC, unknown TSC Offset"); in intel_pt_vm_tm_corr_first_tsc() 2591 p_log("ERROR: First TSC, no PIP, unknown TSC Offset"); in intel_pt_vm_tm_corr_first_tsc() 2625 p_log("ERROR: TSC without TMA"); in intel_pt_vm_tm_corr_tsc() 2652 p_log("ERROR: Missing VMCS"); in intel_pt_vm_tm_corr_tsc() 2735 p_log("ERRO in intel_pt_vm_tm_corr_tsc() [all...] |
/linux/net/ceph/ |
H A D | ceph_common.c | 355 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()
|