Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-vmxcopy.c43 char tmpfile[] = "/tmp/page_faultXXXXXX"; in test_vmxcopy() local
51 fd = mkstemp(tmpfile); in test_vmxcopy()
58 unlink(tmpfile); in test_vmxcopy()
/Linux-v5.4/tools/testing/selftests/tmpfs/
D.gitignore1 /bug-link-o-tmpfile
DMakefile6 TEST_GEN_PROGS += bug-link-o-tmpfile
/Linux-v5.4/fs/overlayfs/
Dovl_entry.h62 bool tmpfile; member
Dsuper.c1115 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir()
1116 if (ofs->tmpfile) in ovl_make_workdir()
Dcopy_up.c690 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
/Linux-v5.4/fs/xfs/
Dxfs_iops.c127 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument
155 if (!tmpfile) { in xfs_generic_create()
184 if (tmpfile) { in xfs_generic_create()
209 if (!tmpfile) in xfs_generic_create()
1165 .tmpfile = xfs_vn_tmpfile,
1190 .tmpfile = xfs_vn_tmpfile,
Dxfs_inode.c3162 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
3165 error = xfs_create_tmpfile(dp, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout()
3174 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout()
3175 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
3176 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
3178 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/Linux-v5.4/tools/testing/selftests/vm/
Dmap_populate.c81 ftmp = tmpfile(); in main()
/Linux-v5.4/fs/
Dbad_inode.c175 .tmpfile = bad_inode_tmpfile,
Dnamei.c3437 if (!dir->i_op->tmpfile) in vfs_tmpfile()
3443 error = dir->i_op->tmpfile(dir, child, mode); in vfs_tmpfile()
/Linux-v5.4/tools/testing/selftests/net/
Drtnetlink.sh647 tmpfile=`mktemp /var/run/ipsectestXXX`
648 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
701 lines=`wc -l $tmpfile | cut "-d " -f1`
704 rm -rf $tmpfile
/Linux-v5.4/fs/minix/
Dnamei.c270 .tmpfile = minix_tmpfile,
/Linux-v5.4/fs/ext2/
Dnamei.c423 .tmpfile = ext2_tmpfile,
/Linux-v5.4/Documentation/filesystems/
Dlocking.rst82 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
109 tmpfile: no
Dvfs.rst439 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
582 ``tmpfile``
/Linux-v5.4/fs/f2fs/
Dnamei.c1262 .tmpfile = f2fs_tmpfile,
/Linux-v5.4/fs/udf/
Dnamei.c1333 .tmpfile = udf_tmpfile,
/Linux-v5.4/fs/ubifs/
Ddir.c1643 .tmpfile = ubifs_tmpfile,
/Linux-v5.4/include/linux/
Dfs.h1882 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
/Linux-v5.4/mm/
Dshmem.c3817 .tmpfile = shmem_tmpfile,
/Linux-v5.4/fs/ext4/
Dnamei.c4014 .tmpfile = ext4_tmpfile,
/Linux-v5.4/fs/btrfs/
Dinode.c10978 .tmpfile = btrfs_tmpfile,