| /linux-6.15/fs/orangefs/ |
| H A D | namei.c | 36 if (!new_op) in orangefs_create() 54 new_op, in orangefs_create() 91 op_release(new_op); in orangefs_create() 127 if (!new_op) in orangefs_lookup() 166 op_release(new_op); in orangefs_lookup() 189 if (!new_op) in orangefs_unlink() 203 op_release(new_op); in orangefs_unlink() 238 if (!new_op) in orangefs_symlink() 299 op_release(new_op); in orangefs_symlink() 314 if (!new_op) in orangefs_mkdir() [all …]
|
| H A D | orangefs-cache.c | 48 if (new_op) { in get_opname_string() 121 if (new_op) { in op_alloc() 122 INIT_LIST_HEAD(&new_op->list); in op_alloc() 123 spin_lock_init(&new_op->lock); in op_alloc() 128 new_op->downcall.status = -1; in op_alloc() 133 orangefs_new_tag(new_op); in op_alloc() 134 new_op->upcall.type = type; in op_alloc() 135 new_op->attempts = 0; in op_alloc() 138 new_op, in op_alloc() 139 llu(new_op->tag), in op_alloc() [all …]
|
| H A D | xattr.c | 149 if (!new_op) in orangefs_inode_getxattr() 212 (char *)new_op-> in orangefs_inode_getxattr() 214 (int)new_op-> in orangefs_inode_getxattr() 238 op_release(new_op); in orangefs_inode_getxattr() 259 if (!new_op) in orangefs_inode_removexattr() 292 op_release(new_op); in orangefs_inode_removexattr() 351 if (!new_op) in orangefs_inode_setxattr() 383 op_release(new_op); in orangefs_inode_setxattr() 426 if (!new_op) in orangefs_listxattr() 487 new_op->downcall.resp. in orangefs_listxattr() [all …]
|
| H A D | file.c | 32 if (!new_op) in flush_racache() 42 op_release(new_op); in flush_racache() 64 if (!new_op) in wait_for_direct_io() 86 new_op, in wait_for_direct_io() 126 new_op->upcall.uid = 0; in wait_for_direct_io() 128 new_op->upcall.uid = 0; in wait_for_direct_io() 153 llu(new_op->tag)); in wait_for_direct_io() 228 new_op); in wait_for_direct_io() 278 op_release(new_op); in wait_for_direct_io() 472 if (!new_op) in orangefs_fsync() [all …]
|
| H A D | super.c | 180 if (!new_op) in orangefs_statfs() 217 op_release(new_op); in orangefs_statfs() 255 if (!new_op) in orangefs_remount() 284 op_release(new_op); in orangefs_remount() 288 if (!new_op) in orangefs_remount() 298 op_release(new_op); in orangefs_remount() 493 if (!new_op) in orangefs_mount() 559 op_release(new_op); in orangefs_mount() 566 if (!new_op) in orangefs_mount() 571 op_release(new_op); in orangefs_mount() [all …]
|
| H A D | orangefs-sysfs.c | 338 if (!new_op) in sysfs_service_op_show() 365 new_op->upcall.req.param.op = in sysfs_service_op_show() 369 new_op->upcall.req.param.op = in sysfs_service_op_show() 373 new_op->upcall.req.param.op = in sysfs_service_op_show() 378 new_op->upcall.req.param.op = in sysfs_service_op_show() 383 new_op->upcall.req.param.op = in sysfs_service_op_show() 388 new_op->upcall.req.param.op = in sysfs_service_op_show() 393 new_op->upcall.req.param.op = in sysfs_service_op_show() 518 op_release(new_op); in sysfs_service_op_show() 547 if (!new_op) in sysfs_service_op_store() [all …]
|
| H A D | orangefs-utils.c | 239 struct orangefs_kernel_op_s *new_op; in orangefs_inode_getattr() local 262 if (!new_op) in orangefs_inode_getattr() 272 new_op->upcall.req.getattr.mask = in orangefs_inode_getattr() 310 type = orangefs_inode_type(new_op-> in orangefs_inode_getattr() 317 inode_size = (loff_t)new_op-> in orangefs_inode_getattr() 380 op_release(new_op); in orangefs_inode_getattr() 394 if (!new_op) in orangefs_inode_check_changed() 409 op_release(new_op); in orangefs_inode_check_changed() 424 if (!new_op) in orangefs_inode_setattr() 436 op_release(new_op); in orangefs_inode_setattr() [all …]
|
| H A D | dcache.c | 21 struct orangefs_kernel_op_s *new_op; in orangefs_revalidate_lookup() local 27 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_revalidate_lookup() 28 if (!new_op) in orangefs_revalidate_lookup() 31 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_revalidate_lookup() 32 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_revalidate_lookup() 34 memcpy(new_op->upcall.req.lookup.d_name, name->name, in orangefs_revalidate_lookup() 44 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup() 55 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup() 68 if (new_op->downcall.status != 0) in orangefs_revalidate_lookup() 79 op_release(new_op); in orangefs_revalidate_lookup()
|
| H A D | orangefs-debugfs.c | 423 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_debug_write() local 483 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in orangefs_debug_write() 484 if (!new_op) { in orangefs_debug_write() 489 new_op->upcall.req.param.op = in orangefs_debug_write() 491 new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET; in orangefs_debug_write() 492 memset(new_op->upcall.req.param.s_value, in orangefs_debug_write() 495 sprintf(new_op->upcall.req.param.s_value, in orangefs_debug_write() 501 rc = service_operation(new_op, in orangefs_debug_write() 511 op_release(new_op); in orangefs_debug_write()
|
| H A D | inode.c | 680 struct orangefs_kernel_op_s *new_op; in orangefs_setattr_size() local 709 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size() 710 if (!new_op) in orangefs_setattr_size() 713 new_op->upcall.req.truncate.refn = orangefs_inode->refn; in orangefs_setattr_size() 714 new_op->upcall.req.truncate.size = (__s64) iattr->ia_size; in orangefs_setattr_size() 716 ret = service_operation(new_op, in orangefs_setattr_size() 726 op_release(new_op); in orangefs_setattr_size()
|
| H A D | orangefs-kernel.h | 312 char *get_opname_string(struct orangefs_kernel_op_s *new_op);
|
| /linux-6.15/tools/perf/arch/arm64/util/ |
| H A D | perf_regs.c | 95 int arch_sdt_arg_parse_op(char *old_op, char **new_op) in arch_sdt_arg_parse_op() argument 109 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 110 if (!*new_op) in arch_sdt_arg_parse_op() 113 scnprintf(*new_op, new_len, "%%%.*s", in arch_sdt_arg_parse_op() 125 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 126 if (!*new_op) in arch_sdt_arg_parse_op() 130 scnprintf(*new_op, new_len, "+0(%%sp)"); in arch_sdt_arg_parse_op() 132 scnprintf(*new_op, new_len, "+%.*s(%%sp)", in arch_sdt_arg_parse_op()
|
| /linux-6.15/tools/perf/arch/powerpc/util/ |
| H A D | perf_regs.c | 136 int arch_sdt_arg_parse_op(char *old_op, char **new_op) in arch_sdt_arg_parse_op() argument 158 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 159 if (!*new_op) in arch_sdt_arg_parse_op() 162 scnprintf(*new_op, new_len, "%%gpr%.*s", in arch_sdt_arg_parse_op() 175 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 176 if (!*new_op) in arch_sdt_arg_parse_op() 179 scnprintf(*new_op, new_len, "%c%.*s(%%gpr%.*s)", prefix, in arch_sdt_arg_parse_op()
|
| /linux-6.15/tools/perf/arch/x86/util/ |
| H A D | perf_regs.c | 195 int arch_sdt_arg_parse_op(char *old_op, char **new_op) in arch_sdt_arg_parse_op() argument 265 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op() 266 if (!*new_op) in arch_sdt_arg_parse_op() 269 scnprintf(*new_op, new_len, "%.*s%.*s%.*s%.*s%.*s", in arch_sdt_arg_parse_op()
|
| /linux-6.15/tools/perf/util/ |
| H A D | perf_regs.h | 26 int arch_sdt_arg_parse_op(char *old_op, char **new_op);
|
| H A D | perf_regs.c | 9 char **new_op __maybe_unused) in arch_sdt_arg_parse_op()
|
| H A D | probe-file.c | 762 char *op, *desc = strdup(arg), *new_op = NULL; in synthesize_sdt_probe_arg() local 787 ret = arch_sdt_arg_parse_op(op, &new_op); in synthesize_sdt_probe_arg() 793 ret = strbuf_addf(buf, " arg%d=%s%s", i + 1, new_op, suffix); in synthesize_sdt_probe_arg() 801 free(new_op); in synthesize_sdt_probe_arg()
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | psobject.c | 299 u8 *aml_op_start, union acpi_parse_object **new_op) in acpi_ps_create_op() argument 355 *new_op = named_op; in acpi_ps_create_op() 410 walk_state->op = *new_op = op; in acpi_ps_create_op()
|
| H A D | acparser.h | 95 u8 *aml_op_start, union acpi_parse_object **new_op);
|
| /linux-6.15/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov_pf.c | 1259 u8 op, new_op; in qlcnic_sriov_validate_cfg_macvlan() local 1270 new_op = (op == QLCNIC_MAC_ADD || op == QLCNIC_MAC_VLAN_ADD) ? in qlcnic_sriov_validate_cfg_macvlan() 1273 cmd->req.arg[1] |= new_op; in qlcnic_sriov_validate_cfg_macvlan()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 7734 const u8 *op, *new_op, *magic = NULL; in BPF_CALL_4() local 7744 new_op = from; in BPF_CALL_4() 7745 new_kind = new_op[0]; in BPF_CALL_4() 7746 new_kind_len = new_op[1]; in BPF_CALL_4() 7766 magic = &new_op[2]; in BPF_CALL_4()
|