Home
last modified time | relevance | path

Searched refs:tmpfile (Results 26 – 50 of 66) sorted by relevance

123

/openbmc/linux/fs/overlayfs/
H A Dovl_entry.h75 bool tmpfile; member
H A Dsuper.c706 struct file *tmpfile; in ovl_make_workdir() local
742 tmpfile = ovl_do_tmpfile(ofs, ofs->workdir, S_IFREG | 0); in ovl_make_workdir()
743 ofs->tmpfile = !IS_ERR(tmpfile); in ovl_make_workdir()
744 if (ofs->tmpfile) in ovl_make_workdir()
745 fput(tmpfile); in ovl_make_workdir()
/openbmc/linux/tools/testing/selftests/netfilter/
H 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"
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp119 char tmpfile[] = "/tmp/pldm_fileio_table.XXXXXX"; in TEST() local
120 int fd = mkstemp(tmpfile); in TEST()
122 fs::path path(tmpfile); in TEST()
184 char tmpfile[] = "/tmp/pldm_fileio_table.XXXXXX"; in TEST() local
185 int fd = mkstemp(tmpfile); in TEST()
187 fs::path path(tmpfile); in TEST()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py450 tmpfile = tf.name
456 cmd += ["commit", "-F", tmpfile, "--no-verify"]
462 return (tmpfile, cmd)
582 (tmpfile, shellcmd) = self.prepareCommit(patch['file'], self.commituser, self.commitemail)
587 os.remove(tmpfile)
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0001-missing_type.h-add-comparison_fn_t.patch54 #include "tmpfile-util.h"
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch199 #include "tmpfile-util.h"
511 #include "tmpfile-util.h"
H A D0002-add-fallback-parse_printf_format-implementation.patch427 #include "tmpfile-util.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0001-missing_type.h-add-comparison_fn_t.patch54 #include "tmpfile-util.h"
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch199 #include "tmpfile-util.h"
511 #include "tmpfile-util.h"
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh401 tmpfile=`mktemp /var/run/nexthoptestXXX`
402 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
404 echo "$mpid $tmpfile"
410 local tmpfile=$2
415 lines=`wc -l $tmpfile | cut "-d " -f1`
418 rm -rf $tmpfile
H A Drtnetlink.sh762 tmpfile=`mktemp /var/run/ipsectestXXX`
763 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
816 lines=`wc -l $tmpfile | cut "-d " -f1`
819 rm -rf $tmpfile
/openbmc/linux/fs/
H A Dbad_inode.c183 .tmpfile = bad_inode_tmpfile,
/openbmc/linux/fs/xfs/
H A Dxfs_inode.c2817 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
2822 &tmpfile); in xfs_rename_alloc_whiteout()
2828 error = xfs_inode_init_security(VFS_I(tmpfile), VFS_I(dp), &name); in xfs_rename_alloc_whiteout()
2830 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
2831 xfs_irele(tmpfile); in xfs_rename_alloc_whiteout()
2840 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout()
2841 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
2842 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
2844 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py560 with tempfile.NamedTemporaryFile(delete=False) as tmpfile:
561 tmpfilename = tmpfile.name
562 pickle.dump(d, tmpfile)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py605 tmpfile = os.path.join(localfilesdir, patchfilename)
606 shutil.move(os.path.join(srctree, patchfilename), tmpfile)
608 extravalues['extrafiles'][patchfilename] = tmpfile
/openbmc/linux/fs/ramfs/
H A Dinode.c170 .tmpfile = ramfs_tmpfile,
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh22 tmpfile=""
203 rm -f "$tmpfile"
546 tmpfile=$(mktemp)
547 head --bytes="$bytes" "$in" > "$tmpfile"
548 mv "$tmpfile" "$in"
549 head --bytes="$bytes" "$out" > "$tmpfile"
550 mv "$tmpfile" "$out"
551 tmpfile=""
/openbmc/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c259 file = tmpfile(); in run_with_tmpfile()
H A Dcow.c365 file = tmpfile(); in do_test_iouring()
1519 file = tmpfile(); in run_with_tmpfile()
/openbmc/linux/fs/minix/
H A Dnamei.c270 .tmpfile = minix_tmpfile,
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py485 fd, tmpfile = bb.utils.mkstemp(dir=os.path.dirname(sigfile), prefix="sigtask.")
490 os.chmod(tmpfile, 0o664)
491 bb.utils.rename(tmpfile, sigfile)
494 os.unlink(tmpfile)
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch162 + -/bin/rm -rf tmpfile*.* tmpdir*.*
/openbmc/linux/fs/cachefiles/
H A Dcache.c65 !d_backing_inode(root)->i_op->tmpfile || in cachefiles_add_cache()
/openbmc/linux/fs/ext2/
H A Dnamei.c420 .tmpfile = ext2_tmpfile,

123