Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdio.h1069 FILE *tmpfile(void);
1399 #define tmpfile64 tmpfile
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c2144 * a tmpfile via O_TMPFILE. The inode @ip must have nlink == 0.
2998 * whiteout in a rename transaction. We use a tmpfile inode here so that if we
3004 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
3007 error = xfs_create_tmpfile(dp, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout()
3013 * Prepare the tmpfile inode as if it were created through the VFS. in xfs_rename_alloc_whiteout()
3017 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout()
3018 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
3019 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
3021 *wip = tmpfile; in xfs_rename_alloc_whiteout()
3183 * inode. After this point, we have a real link, clear the tmpfile in xfs_rename()
[all...]
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm4413 tmpfile(){ function
4423 tmpfile TMPASM .asm
4424 tmpfile TMPC .c
4425 tmpfile TMPCPP .cpp
4426 tmpfile TMPE $EXESUF
4427 tmpfile TMPH .h
4428 tmpfile TMPM .m
4429 tmpfile TMPCU .cu
4430 tmpfile TMPO .o
4431 tmpfile TMP
[all...]

Completed in 9 milliseconds