/Linux-v6.1/tools/testing/selftests/net/ |
D | fin_ack_lat.sh | 9 tmpfile=$(mktemp /tmp/fin_ack_latency.XXXX.log) 13 rm -f $tmpfile 21 ./fin_ack_lat | tee $tmpfile & 25 NR_SPIKES=$(wc -l $tmpfile | awk '{print $1}')
|
D | fib_nexthops.sh | 378 tmpfile=`mktemp /var/run/nexthoptestXXX` 379 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 381 echo "$mpid $tmpfile" 387 local tmpfile=$2 392 lines=`wc -l $tmpfile | cut "-d " -f1` 395 rm -rf $tmpfile
|
D | rtnetlink.sh | 654 tmpfile=`mktemp /var/run/ipsectestXXX` 655 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null` 708 lines=`wc -l $tmpfile | cut "-d " -f1` 711 rm -rf $tmpfile
|
/Linux-v6.1/tools/testing/selftests/netfilter/ |
D | nft_queue.sh | 265 tmpfile=$(mktemp) || exit 1 266 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 267 ip netns exec ${ns2} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null & 271 ip netns exec ${ns1} nc -w 5 10.0.2.99 12345 <"$tmpfile" >/dev/null & 273 rm -f "$tmpfile" 282 tmpfile=$(mktemp) || exit 1 284 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 285 ip netns exec ${nsrouter} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null & 292 ip netns exec ${nsrouter} nc -w 5 127.0.0.1 12345 <"$tmpfile" > /dev/null 293 rm -f "$tmpfile" [all …]
|
D | nft_nat.sh | 1033 local tmpfile=$(mktemp) 1034 dd if=/dev/urandom of=$tmpfile bs=4096 count=1 2>/dev/null 1042 ip netns exec "$ns2" timeout 3 socat - UDP4-SENDTO:"10.0.1.99:4233" < "$tmpfile" > /dev/null 1050 cmp "$tmpfile" "$outfile" 1052 ls -l "$tmpfile" "$outfile" 1057 rm -f "$tmpfile" "$outfile"
|
/Linux-v6.1/tools/testing/selftests/powerpc/tm/ |
D | tm-vmxcopy.c | 43 char tmpfile[] = "/tmp/page_faultXXXXXX"; in test_vmxcopy() local 52 fd = mkstemp(tmpfile); in test_vmxcopy() 59 unlink(tmpfile); in test_vmxcopy()
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | test_intel_pt.sh | 19 tmpfile="${temp_dir}/tmp-perf.data" 96 if ! perf_record_no_decode -o "${tmpfile}" -e dummy:u -C "$1" true >/dev/null 2>&1 ; then 131 perf_record_no_decode -o "${tmpfile}" -e dummy:k true >/dev/null 2>&1 && can_kernel_trace=1 412 perf_record_no_bpf -o "${tmpfile}" -e intel_pt//u "${jitdump_workload}" 413 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
|
/Linux-v6.1/tools/testing/selftests/tmpfs/ |
D | .gitignore | 2 /bug-link-o-tmpfile
|
D | Makefile | 6 TEST_GEN_PROGS += bug-link-o-tmpfile
|
/Linux-v6.1/fs/overlayfs/ |
D | copy_up.c | 739 struct file *tmpfile; in ovl_copy_up_tmpfile() local 747 tmpfile = ovl_do_tmpfile(ofs, c->workdir, c->stat.mode); in ovl_copy_up_tmpfile() 750 if (IS_ERR(tmpfile)) in ovl_copy_up_tmpfile() 751 return PTR_ERR(tmpfile); in ovl_copy_up_tmpfile() 753 temp = tmpfile->f_path.dentry; in ovl_copy_up_tmpfile() 755 err = ovl_copy_up_file(ofs, c->dentry, tmpfile, c->stat.size); in ovl_copy_up_tmpfile() 783 fput(tmpfile); in ovl_copy_up_tmpfile() 838 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
|
D | ovl_entry.h | 68 bool tmpfile; member
|
D | super.c | 1374 struct file *tmpfile; in ovl_make_workdir() local 1410 tmpfile = ovl_do_tmpfile(ofs, ofs->workdir, S_IFREG | 0); in ovl_make_workdir() 1411 ofs->tmpfile = !IS_ERR(tmpfile); in ovl_make_workdir() 1412 if (ofs->tmpfile) in ovl_make_workdir() 1413 fput(tmpfile); in ovl_make_workdir()
|
/Linux-v6.1/tools/testing/selftests/drivers/net/bonding/ |
D | net_forwarding_lib.sh | 1634 tmpfile=`mktemp /var/run/nexthoptestXXX` 1635 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1637 echo "$mpid $tmpfile" 1643 local tmpfile=$1; shift 1649 local lines=`grep '^\w' $tmpfile | wc -l` 1652 rm -rf $tmpfile
|
/Linux-v6.1/tools/testing/selftests/drivers/net/dsa/ |
D | lib.sh | 1634 tmpfile=`mktemp /var/run/nexthoptestXXX` 1635 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1637 echo "$mpid $tmpfile" 1643 local tmpfile=$1; shift 1649 local lines=`grep '^\w' $tmpfile | wc -l` 1652 rm -rf $tmpfile
|
/Linux-v6.1/tools/testing/selftests/drivers/net/team/ |
D | net_forwarding_lib.sh | 1634 tmpfile=`mktemp /var/run/nexthoptestXXX` 1635 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1637 echo "$mpid $tmpfile" 1643 local tmpfile=$1; shift 1649 local lines=`grep '^\w' $tmpfile | wc -l` 1652 rm -rf $tmpfile
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | lib.sh | 1634 tmpfile=`mktemp /var/run/nexthoptestXXX` 1635 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1637 echo "$mpid $tmpfile" 1643 local tmpfile=$1; shift 1649 local lines=`grep '^\w' $tmpfile | wc -l` 1652 rm -rf $tmpfile
|
/Linux-v6.1/fs/xfs/ |
D | xfs_iops.c | 170 struct file *tmpfile) /* unnamed file */ in xfs_generic_create() argument 198 if (!tmpfile) { in xfs_generic_create() 227 if (tmpfile) { in xfs_generic_create() 237 d_tmpfile(tmpfile, inode); in xfs_generic_create() 250 if (!tmpfile) in xfs_generic_create() 1137 .tmpfile = xfs_vn_tmpfile, 1164 .tmpfile = xfs_vn_tmpfile,
|
D | xfs_inode.c | 2717 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local 2722 &tmpfile); in xfs_rename_alloc_whiteout() 2728 error = xfs_inode_init_security(VFS_I(tmpfile), VFS_I(dp), &name); in xfs_rename_alloc_whiteout() 2730 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout() 2731 xfs_irele(tmpfile); in xfs_rename_alloc_whiteout() 2740 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout() 2741 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout() 2742 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout() 2744 *wip = tmpfile; in xfs_rename_alloc_whiteout()
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | map_populate.c | 81 ftmp = tmpfile(); in main()
|
/Linux-v6.1/fs/ |
D | bad_inode.c | 184 .tmpfile = bad_inode_tmpfile,
|
/Linux-v6.1/fs/ramfs/ |
D | inode.c | 170 .tmpfile = ramfs_tmpfile,
|
/Linux-v6.1/fs/minix/ |
D | namei.c | 274 .tmpfile = minix_tmpfile,
|
/Linux-v6.1/fs/cachefiles/ |
D | cache.c | 64 !d_backing_inode(root)->i_op->tmpfile || in cachefiles_add_cache()
|
/Linux-v6.1/fs/ext2/ |
D | namei.c | 432 .tmpfile = ext2_tmpfile,
|
/Linux-v6.1/Documentation/filesystems/ |
D | locking.rst | 82 int (*tmpfile) (struct user_namespace *, struct inode *, 113 tmpfile: no
|