Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/net/
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}')
Dfib_nexthops.sh377 tmpfile=`mktemp /var/run/nexthoptestXXX`
378 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
380 echo "$mpid $tmpfile"
386 local tmpfile=$2
391 lines=`wc -l $tmpfile | cut "-d " -f1`
394 rm -rf $tmpfile
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-v5.15/tools/testing/selftests/netfilter/
Dnft_queue.sh260 tmpfile=$(mktemp) || exit 1
261 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
262 ip netns exec ${ns2} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null &
266 ip netns exec ${ns1} nc -w 5 10.0.2.99 12345 <"$tmpfile" >/dev/null &
268 rm -f "$tmpfile"
277 tmpfile=$(mktemp) || exit 1
279 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
280 ip netns exec ${nsrouter} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null &
287 ip netns exec ${nsrouter} nc -w 5 127.0.0.1 12345 <"$tmpfile" > /dev/null
288 rm -f "$tmpfile"
[all …]
/Linux-v5.15/tools/testing/selftests/powerpc/tm/
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-v5.15/tools/testing/selftests/tmpfs/
D.gitignore2 /bug-link-o-tmpfile
DMakefile6 TEST_GEN_PROGS += bug-link-o-tmpfile
/Linux-v5.15/fs/overlayfs/
Dovl_entry.h68 bool tmpfile; member
Dsuper.c1391 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir()
1392 if (ofs->tmpfile) in ovl_make_workdir()
Dcopy_up.c798 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
/Linux-v5.15/fs/xfs/
Dxfs_iops.c168 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument
196 if (!tmpfile) { in xfs_generic_create()
227 if (tmpfile) { in xfs_generic_create()
250 if (!tmpfile) in xfs_generic_create()
1213 .tmpfile = xfs_vn_tmpfile,
1240 .tmpfile = xfs_vn_tmpfile,
Dxfs_inode.c3074 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
3078 &tmpfile); in xfs_rename_alloc_whiteout()
3087 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout()
3088 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
3089 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
3091 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/Linux-v5.15/tools/testing/selftests/vm/
Dmap_populate.c81 ftmp = tmpfile(); in main()
/Linux-v5.15/fs/
Dbad_inode.c184 .tmpfile = bad_inode_tmpfile,
Dnamei.c3470 if (!dir->i_op->tmpfile) in vfs_tmpfile()
3476 error = dir->i_op->tmpfile(mnt_userns, dir, child, mode); in vfs_tmpfile()
/Linux-v5.15/fs/ramfs/
Dinode.c169 .tmpfile = ramfs_tmpfile,
/Linux-v5.15/fs/minix/
Dnamei.c274 .tmpfile = minix_tmpfile,
/Linux-v5.15/fs/hugetlbfs/
Dinode.c888 bool tmpfile) in do_hugetlbfs_mknod() argument
896 if (tmpfile) { in do_hugetlbfs_mknod()
1179 .tmpfile = hugetlbfs_tmpfile,
/Linux-v5.15/fs/ext2/
Dnamei.c438 .tmpfile = ext2_tmpfile,
/Linux-v5.15/Documentation/filesystems/
Dlocking.rst82 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
112 tmpfile: no
Dvfs.rst442 int (*tmpfile) (struct user_namespace *, struct inode *, struct dentry *, umode_t);
589 ``tmpfile``
/Linux-v5.15/fs/f2fs/
Dnamei.c1353 .tmpfile = f2fs_tmpfile,
/Linux-v5.15/fs/ubifs/
Ddir.c1646 .tmpfile = ubifs_tmpfile,
/Linux-v5.15/fs/udf/
Dnamei.c1336 .tmpfile = udf_tmpfile,
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_sockmap.c423 file = tmpfile(); in msg_loop_sendpage()

12