Searched refs:fork (Results 76 - 100 of 276) sorted by relevance

1234567891011>>

/linux-master/fs/hfsplus/
H A Dcatalog.c334 struct hfsplus_fork_raw fork; local
384 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork));
385 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_DATA);
390 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork));
391 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_RSRC);
H A Dinode.c459 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) argument
467 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec));
469 count += be32_to_cpu(fork->extents[i].block_count);
475 hip->alloc_blocks = be32_to_cpu(fork->total_blocks);
476 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size);
481 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift;
490 struct hfsplus_fork_raw *fork)
492 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents,
494 fork->total_size = cpu_to_be64(inode->i_size);
495 fork
489 hfsplus_inode_write_fork(struct inode *inode, struct hfsplus_fork_raw *fork) argument
[all...]
/linux-master/tools/perf/util/
H A Ddata-convert-bt.c914 __FUNC_PROCESS_NON_SAMPLE(fork,
915 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
916 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
917 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
918 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
919 __NON_SAMPLE_SET_FIELD(fork, u64, time);
923 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
924 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
925 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
926 __NON_SAMPLE_SET_FIELD(fork, u3
[all...]
/linux-master/tools/testing/selftests/x86/
H A Damx.c514 parent = fork();
516 /* fork() failed */
517 fatal_error("fork");
520 /* fork() succeeded. Now in the parent. */
527 /* fork() succeeded. Now in the child . */
529 printf("[RUN]\tCheck ARCH_REQ_XCOMP_PERM around process fork() and sigaltack() test.\n");
532 child = fork();
534 fatal_error("fork");
563 grandchild = fork();
565 /* fork() faile
[all...]
H A Dioperm.c120 /* Make sure that fork() preserves ioperm. */
126 pid_t child = fork();
128 err(1, "fork");
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c271 cpid = fork();
273 die("fork\n");
327 cpid = fork();
329 die("fork\n");
385 cpid = fork();
387 die("fork\n");
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
99 # Pass the result of fork back to the caller
H A Dfpu_asm.S104 # r3 holds pointer to where to put the result of fork
118 # pass the result of the fork to the caller
/linux-master/tools/testing/selftests/openat2/
H A Drename_attack_test.c57 pid_t child = fork();
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c92 pid = fork();
94 perror("fork");
/linux-master/tools/testing/selftests/timens/
H A Dtimer.c104 pid = fork();
106 return pr_perror("Unable to fork");
H A Dtimerfd.c111 pid = fork();
113 return pr_perror("Unable to fork");
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c96 pid = fork();
/linux-master/tools/testing/selftests/timers/
H A Dclocksource-switch.c173 pid = fork();
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c133 pid = fork();
135 perror("fork() failed");
H A Dptrace-tm-spd-gpr.c124 pid = fork();
126 perror("fork() failed");
H A Dptrace-tm-gpr.c118 pid = fork();
120 perror("fork() failed");
H A Dptrace-tm-spd-vsx.c142 pid = fork();
144 perror("fork() failed");
H A Dptrace-tm-vsx.c125 pid = fork();
127 perror("fork() failed");
H A Dptrace-tm-spd-tar.c134 pid = fork();
H A Dptrace-tm-tar.c122 pid = fork();
H A Dptrace-tm-spr.c120 pid = fork();
122 perror("fork() failed");
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.c117 pid = fork();
/linux-master/tools/testing/selftests/firmware/
H A Dfw_namespace.c71 child = fork();
73 die("fork failed: %s\n",
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c16 pid = fork();
18 ksft_test_result_fail("fork failed %d", pid);

Completed in 299 milliseconds

1234567891011>>