Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/netfilter/
A Dnft_queue.sh264 tmpfile=$(mktemp) || exit 1
265 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
266 ip netns exec ${ns2} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null &
270 ip netns exec ${ns1} nc -w 5 10.0.2.99 12345 <"$tmpfile" >/dev/null &
272 rm -f "$tmpfile"
281 tmpfile=$(mktemp) || exit 1
283 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
292 rm -f "$tmpfile"
314 tmpfile=$(mktemp) || exit 1
315 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile
[all …]
/linux/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.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
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/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/tools/testing/selftests/tmpfs/
A D.gitignore2 /bug-link-o-tmpfile
A DMakefile6 TEST_GEN_PROGS += bug-link-o-tmpfile
/linux/fs/xfs/
A 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,
A Dxfs_inode.c3068 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
3072 &tmpfile); in xfs_rename_alloc_whiteout()
3081 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout()
3082 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
3083 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
3085 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/linux/fs/overlayfs/
A Dovl_entry.h68 bool tmpfile; member
A Dsuper.c1395 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir()
1396 if (ofs->tmpfile) in ovl_make_workdir()
A Dcopy_up.c811 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
/linux/tools/testing/selftests/vm/
A Dmap_populate.c81 ftmp = tmpfile(); in main()
/linux/fs/
A Dbad_inode.c184 .tmpfile = bad_inode_tmpfile,
A Dnamei.c3468 if (!dir->i_op->tmpfile) in vfs_tmpfile()
3474 error = dir->i_op->tmpfile(mnt_userns, dir, child, mode); in vfs_tmpfile()
/linux/fs/ramfs/
A Dinode.c170 .tmpfile = ramfs_tmpfile,
/linux/fs/minix/
A Dnamei.c274 .tmpfile = minix_tmpfile,
/linux/fs/hugetlbfs/
A Dinode.c888 bool tmpfile) in do_hugetlbfs_mknod() argument
896 if (tmpfile) { in do_hugetlbfs_mknod()
1179 .tmpfile = hugetlbfs_tmpfile,
/linux/fs/ext2/
A Dnamei.c438 .tmpfile = ext2_tmpfile,
/linux/Documentation/filesystems/
A Dlocking.rst82 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
112 tmpfile: no
A Dvfs.rst442 int (*tmpfile) (struct user_namespace *, struct inode *, struct dentry *, umode_t);
589 ``tmpfile``
/linux/fs/f2fs/
A Dnamei.c1353 .tmpfile = f2fs_tmpfile,
/linux/fs/ubifs/
A Ddir.c1646 .tmpfile = ubifs_tmpfile,
/linux/fs/udf/
A Dnamei.c1339 .tmpfile = udf_tmpfile,
/linux/tools/testing/selftests/bpf/
A Dtest_sockmap.c424 file = tmpfile(); in msg_loop_sendpage()

Completed in 113 milliseconds

12