Searched refs:p_log (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/ |
| H A D | fs_parser.c | 104 int __fs_parse(struct p_log *log, in __fs_parse() 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() 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() 313 int fs_param_is_file_or_string(struct p_log *log, in fs_param_is_file_or_string() 333 int fs_param_is_uid(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_uid() [all …]
|
| /linux-6.15/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-6.15/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() 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() 2741 p_log("ERROR: Unknown VMCS"); in intel_pt_vm_tm_corr_tsc() 2766 p_log("ERROR: Missing VMCS"); in intel_pt_vm_tm_corr_pebs_tsc() 2788 p_log("Timestamp out of range"); in intel_pt_vm_tm_corr_pebs_tsc() [all …]
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 6255 struct p_log log = {.prefix = "rbd"}; in rbd_parse_param()
|