tmpfile           175 fs/bad_inode.c 	.tmpfile	= bad_inode_tmpfile,
tmpfile          11082 fs/btrfs/inode.c 	.tmpfile        = btrfs_tmpfile,
tmpfile           423 fs/ext2/namei.c 	.tmpfile	= ext2_tmpfile,
tmpfile          4025 fs/ext4/namei.c 	.tmpfile	= ext4_tmpfile,
tmpfile          1270 fs/f2fs/namei.c 	.tmpfile	= f2fs_tmpfile,
tmpfile           270 fs/minix/namei.c 	.tmpfile	= minix_tmpfile,
tmpfile          3440 fs/namei.c     	if (!dir->i_op->tmpfile)
tmpfile          3446 fs/namei.c     	error = dir->i_op->tmpfile(dir, child, mode);
tmpfile           690 fs/overlayfs/copy_up.c 	if (S_ISREG(c->stat.mode) && ofs->tmpfile)
tmpfile            64 fs/overlayfs/ovl_entry.h 	bool tmpfile;
tmpfile          1115 fs/overlayfs/super.c 	ofs->tmpfile = !IS_ERR(temp);
tmpfile          1116 fs/overlayfs/super.c 	if (ofs->tmpfile)
tmpfile          1645 fs/ubifs/dir.c 	.tmpfile     = ubifs_tmpfile,
tmpfile          1333 fs/udf/namei.c 	.tmpfile			= udf_tmpfile,
tmpfile          3162 fs/xfs/xfs_inode.c 	struct xfs_inode	*tmpfile;
tmpfile          3165 fs/xfs/xfs_inode.c 	error = xfs_create_tmpfile(dp, S_IFCHR | WHITEOUT_MODE, &tmpfile);
tmpfile          3174 fs/xfs/xfs_inode.c 	xfs_setup_iops(tmpfile);
tmpfile          3175 fs/xfs/xfs_inode.c 	xfs_finish_inode_setup(tmpfile);
tmpfile          3176 fs/xfs/xfs_inode.c 	VFS_I(tmpfile)->i_state |= I_LINKABLE;
tmpfile          3178 fs/xfs/xfs_inode.c 	*wip = tmpfile;
tmpfile           127 fs/xfs/xfs_iops.c 	bool		tmpfile)	/* unnamed file */
tmpfile           155 fs/xfs/xfs_iops.c 	if (!tmpfile) {
tmpfile           184 fs/xfs/xfs_iops.c 	if (tmpfile) {
tmpfile           209 fs/xfs/xfs_iops.c 	if (!tmpfile)
tmpfile          1165 fs/xfs/xfs_iops.c 	.tmpfile		= xfs_vn_tmpfile,
tmpfile          1190 fs/xfs/xfs_iops.c 	.tmpfile		= xfs_vn_tmpfile,
tmpfile          1890 include/linux/fs.h 	int (*tmpfile) (struct inode *, struct dentry *, umode_t);
tmpfile          3825 mm/shmem.c     	.tmpfile	= shmem_tmpfile,
tmpfile           334 tools/testing/selftests/bpf/test_sockmap.c 	file = tmpfile();
tmpfile            43 tools/testing/selftests/powerpc/tm/tm-vmxcopy.c 	char tmpfile[] = "/tmp/page_faultXXXXXX";
tmpfile            51 tools/testing/selftests/powerpc/tm/tm-vmxcopy.c 	fd = mkstemp(tmpfile);
tmpfile            58 tools/testing/selftests/powerpc/tm/tm-vmxcopy.c 	unlink(tmpfile);
tmpfile            81 tools/testing/selftests/vm/map_populate.c 	ftmp = tmpfile();