Home
last modified time | relevance | path

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

/linux/fs/orangefs/
A Dnamei.c36 if (!new_op) in orangefs_create()
55 new_op, in orangefs_create()
92 op_release(new_op); in orangefs_create()
128 if (!new_op) in orangefs_lookup()
168 op_release(new_op); in orangefs_lookup()
191 if (!new_op) in orangefs_unlink()
206 op_release(new_op); in orangefs_unlink()
241 if (!new_op) in orangefs_symlink()
304 op_release(new_op); in orangefs_symlink()
319 if (!new_op) in orangefs_mkdir()
[all …]
A Dxattr.c149 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 …]
A Dorangefs-cache.c48 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 …]
A Dfile.c31 if (!new_op) in flush_racache()
41 op_release(new_op); in flush_racache()
63 if (!new_op) in wait_for_direct_io()
85 new_op, in wait_for_direct_io()
125 new_op->upcall.uid = 0; in wait_for_direct_io()
127 new_op->upcall.uid = 0; in wait_for_direct_io()
152 llu(new_op->tag)); in wait_for_direct_io()
227 new_op); in wait_for_direct_io()
278 op_release(new_op); in wait_for_direct_io()
455 if (!new_op) in orangefs_fsync()
[all …]
A Dsuper.c180 if (!new_op) in orangefs_statfs()
216 op_release(new_op); in orangefs_statfs()
254 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()
494 if (!new_op) in orangefs_mount()
563 op_release(new_op); in orangefs_mount()
570 if (!new_op) in orangefs_mount()
575 op_release(new_op); in orangefs_mount()
[all …]
A Dorangefs-sysfs.c338 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 …]
A Dorangefs-utils.c239 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 …]
A Ddcache.c22 struct orangefs_kernel_op_s *new_op; in orangefs_revalidate_lookup() local
28 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_revalidate_lookup()
29 if (!new_op) { in orangefs_revalidate_lookup()
34 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_revalidate_lookup()
35 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_revalidate_lookup()
36 strncpy(new_op->upcall.req.lookup.d_name, in orangefs_revalidate_lookup()
47 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
58 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
71 if (new_op->downcall.status != 0) in orangefs_revalidate_lookup()
82 op_release(new_op); in orangefs_revalidate_lookup()
A Dorangefs-debugfs.c399 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_debug_write() local
460 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in orangefs_debug_write()
461 if (!new_op) { in orangefs_debug_write()
466 new_op->upcall.req.param.op = in orangefs_debug_write()
468 new_op->upcall.req.param.type = ORANGEFS_PARAM_REQUEST_SET; in orangefs_debug_write()
469 memset(new_op->upcall.req.param.s_value, in orangefs_debug_write()
472 sprintf(new_op->upcall.req.param.s_value, in orangefs_debug_write()
478 rc = service_operation(new_op, in orangefs_debug_write()
488 op_release(new_op); in orangefs_debug_write()
A Dinode.c723 struct orangefs_kernel_op_s *new_op; in orangefs_setattr_size() local
752 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size()
753 if (!new_op) in orangefs_setattr_size()
756 new_op->upcall.req.truncate.refn = orangefs_inode->refn; in orangefs_setattr_size()
757 new_op->upcall.req.truncate.size = (__s64) iattr->ia_size; in orangefs_setattr_size()
759 ret = service_operation(new_op, in orangefs_setattr_size()
769 op_release(new_op); in orangefs_setattr_size()
A Dorangefs-kernel.h322 char *get_opname_string(struct orangefs_kernel_op_s *new_op);
/linux/tools/perf/arch/arm64/util/
A Dperf_regs.c87 int arch_sdt_arg_parse_op(char *old_op, char **new_op) in arch_sdt_arg_parse_op() argument
101 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
102 if (!*new_op) in arch_sdt_arg_parse_op()
105 scnprintf(*new_op, new_len, "%%%.*s", in arch_sdt_arg_parse_op()
117 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
118 if (!*new_op) in arch_sdt_arg_parse_op()
122 scnprintf(*new_op, new_len, "+0(%%sp)"); in arch_sdt_arg_parse_op()
124 scnprintf(*new_op, new_len, "+%.*s(%%sp)", in arch_sdt_arg_parse_op()
/linux/tools/perf/arch/powerpc/util/
A Dperf_regs.c134 int arch_sdt_arg_parse_op(char *old_op, char **new_op) in arch_sdt_arg_parse_op() argument
156 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
157 if (!*new_op) in arch_sdt_arg_parse_op()
160 scnprintf(*new_op, new_len, "%%gpr%.*s", in arch_sdt_arg_parse_op()
173 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
174 if (!*new_op) in arch_sdt_arg_parse_op()
177 scnprintf(*new_op, new_len, "%c%.*s(%%gpr%.*s)", prefix, in arch_sdt_arg_parse_op()
/linux/tools/perf/arch/x86/util/
A Dperf_regs.c192 int arch_sdt_arg_parse_op(char *old_op, char **new_op) in arch_sdt_arg_parse_op() argument
262 *new_op = zalloc(new_len); in arch_sdt_arg_parse_op()
263 if (!*new_op) in arch_sdt_arg_parse_op()
266 scnprintf(*new_op, new_len, "%.*s%.*s%.*s%.*s%.*s", in arch_sdt_arg_parse_op()
/linux/tools/perf/util/
A Dperf_regs.c7 char **new_op __maybe_unused) in arch_sdt_arg_parse_op()
A Dperf_regs.h23 int arch_sdt_arg_parse_op(char *old_op, char **new_op);
A Dprobe-file.c781 char *op, *desc = strdup(arg), *new_op = NULL; in synthesize_sdt_probe_arg() local
806 ret = arch_sdt_arg_parse_op(op, &new_op); in synthesize_sdt_probe_arg()
812 ret = strbuf_addf(buf, " arg%d=%s%s", i + 1, new_op, suffix); in synthesize_sdt_probe_arg()
820 free(new_op); in synthesize_sdt_probe_arg()
/linux/drivers/acpi/acpica/
A Dpsobject.c299 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()
A Dacparser.h95 u8 *aml_op_start, union acpi_parse_object **new_op);
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sriov_pf.c1259 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/net/core/
A Dfilter.c6989 const u8 *op, *new_op, *magic = NULL; in BPF_CALL_4() local
6999 new_op = from; in BPF_CALL_4()
7000 new_kind = new_op[0]; in BPF_CALL_4()
7001 new_kind_len = new_op[1]; in BPF_CALL_4()
7021 magic = &new_op[2]; in BPF_CALL_4()

Completed in 82 milliseconds