Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.3-rc2/tools/testing/selftests/net/
A Dfin_ack_lat.sh9 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 Dfib_nexthops.sh378 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 Drtnetlink.sh654 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 Dnft_queue.sh265 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 Dnft_nat.sh1035 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 Dtm-vmxcopy.c43 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 Dtest_intel_pt.sh19 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.gitignore2 /bug-link-o-tmpfile
A DMakefile6 TEST_GEN_PROGS += bug-link-o-tmpfile
/linux-6.3-rc2/fs/overlayfs/
A Dcopy_up.c777 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 Dovl_entry.h68 bool tmpfile; member
A Dsuper.c1284 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 Dxfs_iops.c170 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 Dxfs_inode.c2717 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 Dnet_forwarding_lib.sh1621 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 Dlib.sh1621 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 Dnet_forwarding_lib.sh1621 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 Dlib.sh1621 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 Dmap_populate.c81 ftmp = tmpfile(); in main()
A Dcow.c425 file = tmpfile(); in do_test_iouring()
1579 file = tmpfile(); in run_with_tmpfile()
/linux-6.3-rc2/fs/
A Dbad_inode.c184 .tmpfile = bad_inode_tmpfile,
/linux-6.3-rc2/fs/ramfs/
A Dinode.c170 .tmpfile = ramfs_tmpfile,
/linux-6.3-rc2/fs/minix/
A Dnamei.c270 .tmpfile = minix_tmpfile,
/linux-6.3-rc2/fs/cachefiles/
A Dcache.c64 !d_backing_inode(root)->i_op->tmpfile || in cachefiles_add_cache()
/linux-6.3-rc2/fs/ext2/
A Dnamei.c435 .tmpfile = ext2_tmpfile,

Completed in 52 milliseconds

12