Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/overlayfs/
Dcopy_up.c398 bool tmpfile; member
454 if (c->tmpfile) in ovl_install_temp()
460 *newdentry = dget(c->tmpfile ? upper : temp); in ovl_install_temp()
487 if (c->tmpfile) in ovl_get_tmpfile()
573 if (c->tmpfile) { in ovl_copy_up_locked()
591 if (err && !c->tmpfile) in ovl_copy_up_locked()
649 if (S_ISREG(c->stat.mode) && ofs->tmpfile) { in ovl_do_copy_up()
650 c->tmpfile = true; in ovl_do_copy_up()
Dovl_entry.h63 bool tmpfile; member
Dsuper.c1045 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir()
1046 if (ofs->tmpfile) in ovl_make_workdir()
/Linux-v4.19/fs/xfs/
Dxfs_iops.c137 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument
165 if (!tmpfile) { in xfs_generic_create()
194 if (tmpfile) in xfs_generic_create()
210 if (!tmpfile) in xfs_generic_create()
1157 .tmpfile = xfs_vn_tmpfile,
1182 .tmpfile = xfs_vn_tmpfile,
Dxfs_inode.c2831 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
2834 error = xfs_create_tmpfile(dp, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout()
2844 drop_nlink(VFS_I(tmpfile)); in xfs_rename_alloc_whiteout()
2845 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout()
2846 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
2847 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
2849 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/Linux-v4.19/tools/testing/selftests/vm/
Dmap_populate.c81 ftmp = tmpfile(); in main()
/Linux-v4.19/fs/
Dbad_inode.c175 .tmpfile = bad_inode_tmpfile,
Dnamei.c3447 if (!dir->i_op->tmpfile) in vfs_tmpfile()
3453 error = dir->i_op->tmpfile(dir, child, mode); in vfs_tmpfile()
/Linux-v4.19/tools/testing/selftests/net/
Drtnetlink.sh541 tmpfile=`mktemp /var/run/ipsectestXXX`
542 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
595 lines=`wc -l $tmpfile | cut "-d " -f1`
598 rm -rf $tmpfile
/Linux-v4.19/fs/minix/
Dnamei.c270 .tmpfile = minix_tmpfile,
/Linux-v4.19/fs/ext2/
Dnamei.c422 .tmpfile = ext2_tmpfile,
/Linux-v4.19/Documentation/filesystems/
DLocking67 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
91 tmpfile: no
Dvfs.txt390 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
509 tmpfile: called in the end of O_TMPFILE open(). Optional, equivalent to
/Linux-v4.19/fs/f2fs/
Dnamei.c1220 .tmpfile = f2fs_tmpfile,
/Linux-v4.19/fs/ubifs/
Ddir.c1658 .tmpfile = ubifs_tmpfile,
/Linux-v4.19/fs/udf/
Dnamei.c1348 .tmpfile = udf_tmpfile,
/Linux-v4.19/include/linux/
Dfs.h1795 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
/Linux-v4.19/mm/
Dshmem.c3648 .tmpfile = shmem_tmpfile,
/Linux-v4.19/fs/ext4/
Dnamei.c3844 .tmpfile = ext4_tmpfile,
/Linux-v4.19/fs/btrfs/
Dinode.c10508 .tmpfile = btrfs_tmpfile,