Searched refs:tmpfile (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v5.15/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 | 377 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
|
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-v5.15/tools/testing/selftests/netfilter/ |
D | nft_queue.sh | 260 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/ |
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-v5.15/tools/testing/selftests/tmpfs/ |
D | .gitignore | 2 /bug-link-o-tmpfile
|
D | Makefile | 6 TEST_GEN_PROGS += bug-link-o-tmpfile
|
/Linux-v5.15/fs/overlayfs/ |
D | ovl_entry.h | 68 bool tmpfile; member
|
D | super.c | 1391 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir() 1392 if (ofs->tmpfile) in ovl_make_workdir()
|
D | copy_up.c | 798 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_iops.c | 168 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,
|
D | xfs_inode.c | 3074 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/ |
D | map_populate.c | 81 ftmp = tmpfile(); in main()
|
/Linux-v5.15/fs/ |
D | bad_inode.c | 184 .tmpfile = bad_inode_tmpfile,
|
D | namei.c | 3470 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/ |
D | inode.c | 169 .tmpfile = ramfs_tmpfile,
|
/Linux-v5.15/fs/minix/ |
D | namei.c | 274 .tmpfile = minix_tmpfile,
|
/Linux-v5.15/fs/hugetlbfs/ |
D | inode.c | 888 bool tmpfile) in do_hugetlbfs_mknod() argument 896 if (tmpfile) { in do_hugetlbfs_mknod() 1179 .tmpfile = hugetlbfs_tmpfile,
|
/Linux-v5.15/fs/ext2/ |
D | namei.c | 438 .tmpfile = ext2_tmpfile,
|
/Linux-v5.15/Documentation/filesystems/ |
D | locking.rst | 82 int (*tmpfile) (struct inode *, struct dentry *, umode_t); 112 tmpfile: no
|
D | vfs.rst | 442 int (*tmpfile) (struct user_namespace *, struct inode *, struct dentry *, umode_t); 589 ``tmpfile``
|
/Linux-v5.15/fs/f2fs/ |
D | namei.c | 1353 .tmpfile = f2fs_tmpfile,
|
/Linux-v5.15/fs/ubifs/ |
D | dir.c | 1646 .tmpfile = ubifs_tmpfile,
|
/Linux-v5.15/fs/udf/ |
D | namei.c | 1336 .tmpfile = udf_tmpfile,
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 423 file = tmpfile(); in msg_loop_sendpage()
|
12