/linux-6.3-rc2/tools/testing/selftests/net/ |
A 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}')
|
A 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
|
A 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-6.3-rc2/tools/testing/selftests/netfilter/ |
A 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 & 273 rm -f "$tmpfile" 282 tmpfile=$(mktemp) || exit 1 284 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 293 rm -f "$tmpfile" 302 tmpfile=$(mktemp) || exit 1 310 rm -f "$tmpfile" 332 tmpfile=$(mktemp) || exit 1 [all …]
|
A D | nft_nat.sh | 1035 local tmpfile=$(mktemp) 1036 dd if=/dev/urandom of=$tmpfile bs=4096 count=1 2>/dev/null 1044 ip netns exec "$ns2" timeout 3 socat - UDP4-SENDTO:"10.0.1.99:4233" < "$tmpfile" > /dev/null 1052 cmp "$tmpfile" "$outfile" 1054 ls -l "$tmpfile" "$outfile" 1059 rm -f "$tmpfile" "$outfile"
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/ |
A 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-6.3-rc2/tools/perf/tests/shell/ |
A 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-6.3-rc2/tools/testing/selftests/tmpfs/ |
A D | .gitignore | 2 /bug-link-o-tmpfile
|
A D | Makefile | 6 TEST_GEN_PROGS += bug-link-o-tmpfile
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | copy_up.c | 777 struct file *tmpfile; in ovl_copy_up_tmpfile() local 785 tmpfile = ovl_do_tmpfile(ofs, c->workdir, c->stat.mode); in ovl_copy_up_tmpfile() 788 if (IS_ERR(tmpfile)) in ovl_copy_up_tmpfile() 789 return PTR_ERR(tmpfile); in ovl_copy_up_tmpfile() 791 temp = tmpfile->f_path.dentry; in ovl_copy_up_tmpfile() 793 err = ovl_copy_up_file(ofs, c->dentry, tmpfile, c->stat.size); in ovl_copy_up_tmpfile() 821 fput(tmpfile); in ovl_copy_up_tmpfile() 876 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
|
A D | ovl_entry.h | 68 bool tmpfile; member
|
A D | super.c | 1284 struct file *tmpfile; in ovl_make_workdir() local 1320 tmpfile = ovl_do_tmpfile(ofs, ofs->workdir, S_IFREG | 0); in ovl_make_workdir() 1321 ofs->tmpfile = !IS_ERR(tmpfile); in ovl_make_workdir() 1322 if (ofs->tmpfile) in ovl_make_workdir() 1323 fput(tmpfile); in ovl_make_workdir()
|
/linux-6.3-rc2/fs/xfs/ |
A 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() 1138 .tmpfile = xfs_vn_tmpfile, 1165 .tmpfile = xfs_vn_tmpfile,
|
A 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-6.3-rc2/tools/testing/selftests/drivers/net/bonding/ |
A D | net_forwarding_lib.sh | 1621 tmpfile=`mktemp /var/run/nexthoptestXXX` 1622 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1624 echo "$mpid $tmpfile" 1630 local tmpfile=$1; shift 1636 local lines=`grep '^\w' $tmpfile | wc -l` 1639 rm -rf $tmpfile
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/dsa/ |
A D | lib.sh | 1621 tmpfile=`mktemp /var/run/nexthoptestXXX` 1622 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1624 echo "$mpid $tmpfile" 1630 local tmpfile=$1; shift 1636 local lines=`grep '^\w' $tmpfile | wc -l` 1639 rm -rf $tmpfile
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/team/ |
A D | net_forwarding_lib.sh | 1621 tmpfile=`mktemp /var/run/nexthoptestXXX` 1622 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1624 echo "$mpid $tmpfile" 1630 local tmpfile=$1; shift 1636 local lines=`grep '^\w' $tmpfile | wc -l` 1639 rm -rf $tmpfile
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | lib.sh | 1621 tmpfile=`mktemp /var/run/nexthoptestXXX` 1622 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 1624 echo "$mpid $tmpfile" 1630 local tmpfile=$1; shift 1636 local lines=`grep '^\w' $tmpfile | wc -l` 1639 rm -rf $tmpfile
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | map_populate.c | 81 ftmp = tmpfile(); in main()
|
A D | cow.c | 425 file = tmpfile(); in do_test_iouring() 1579 file = tmpfile(); in run_with_tmpfile()
|
/linux-6.3-rc2/fs/ |
A D | bad_inode.c | 184 .tmpfile = bad_inode_tmpfile,
|
/linux-6.3-rc2/fs/ramfs/ |
A D | inode.c | 170 .tmpfile = ramfs_tmpfile,
|
/linux-6.3-rc2/fs/minix/ |
A D | namei.c | 270 .tmpfile = minix_tmpfile,
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | cache.c | 64 !d_backing_inode(root)->i_op->tmpfile || in cachefiles_add_cache()
|
/linux-6.3-rc2/fs/ext2/ |
A D | namei.c | 435 .tmpfile = ext2_tmpfile,
|