Searched refs:tmpfile (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.4/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-v5.4/tools/testing/selftests/tmpfs/ |
D | .gitignore | 1 /bug-link-o-tmpfile
|
D | Makefile | 6 TEST_GEN_PROGS += bug-link-o-tmpfile
|
/Linux-v5.4/fs/overlayfs/ |
D | ovl_entry.h | 62 bool tmpfile; member
|
D | super.c | 1115 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir() 1116 if (ofs->tmpfile) in ovl_make_workdir()
|
D | copy_up.c | 690 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_iops.c | 127 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,
|
D | xfs_inode.c | 3162 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/ |
D | map_populate.c | 81 ftmp = tmpfile(); in main()
|
/Linux-v5.4/fs/ |
D | bad_inode.c | 175 .tmpfile = bad_inode_tmpfile,
|
D | namei.c | 3437 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/ |
D | rtnetlink.sh | 647 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/ |
D | namei.c | 270 .tmpfile = minix_tmpfile,
|
/Linux-v5.4/fs/ext2/ |
D | namei.c | 423 .tmpfile = ext2_tmpfile,
|
/Linux-v5.4/Documentation/filesystems/ |
D | locking.rst | 82 int (*tmpfile) (struct inode *, struct dentry *, umode_t); 109 tmpfile: no
|
D | vfs.rst | 439 int (*tmpfile) (struct inode *, struct dentry *, umode_t); 582 ``tmpfile``
|
/Linux-v5.4/fs/f2fs/ |
D | namei.c | 1262 .tmpfile = f2fs_tmpfile,
|
/Linux-v5.4/fs/udf/ |
D | namei.c | 1333 .tmpfile = udf_tmpfile,
|
/Linux-v5.4/fs/ubifs/ |
D | dir.c | 1643 .tmpfile = ubifs_tmpfile,
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1882 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
|
/Linux-v5.4/mm/ |
D | shmem.c | 3817 .tmpfile = shmem_tmpfile,
|
/Linux-v5.4/fs/ext4/ |
D | namei.c | 4014 .tmpfile = ext4_tmpfile,
|
/Linux-v5.4/fs/btrfs/ |
D | inode.c | 10978 .tmpfile = btrfs_tmpfile,
|