Searched refs:tmpfile (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/tm/ |
D | tm-vmxcopy.c | 43 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/ |
D | copy_up.c | 398 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()
|
D | ovl_entry.h | 63 bool tmpfile; member
|
D | super.c | 1045 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir() 1046 if (ofs->tmpfile) in ovl_make_workdir()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_iops.c | 137 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,
|
D | xfs_inode.c | 2831 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/ |
D | map_populate.c | 81 ftmp = tmpfile(); in main()
|
/Linux-v4.19/fs/ |
D | bad_inode.c | 175 .tmpfile = bad_inode_tmpfile,
|
D | namei.c | 3447 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/ |
D | rtnetlink.sh | 541 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/ |
D | namei.c | 270 .tmpfile = minix_tmpfile,
|
/Linux-v4.19/fs/ext2/ |
D | namei.c | 422 .tmpfile = ext2_tmpfile,
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 67 int (*tmpfile) (struct inode *, struct dentry *, umode_t); 91 tmpfile: no
|
D | vfs.txt | 390 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/ |
D | namei.c | 1220 .tmpfile = f2fs_tmpfile,
|
/Linux-v4.19/fs/ubifs/ |
D | dir.c | 1658 .tmpfile = ubifs_tmpfile,
|
/Linux-v4.19/fs/udf/ |
D | namei.c | 1348 .tmpfile = udf_tmpfile,
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1795 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
|
/Linux-v4.19/mm/ |
D | shmem.c | 3648 .tmpfile = shmem_tmpfile,
|
/Linux-v4.19/fs/ext4/ |
D | namei.c | 3844 .tmpfile = ext4_tmpfile,
|
/Linux-v4.19/fs/btrfs/ |
D | inode.c | 10508 .tmpfile = btrfs_tmpfile,
|