Searched refs:tmpfile (Results 1 – 14 of 14) sorted by relevance
/fs/xfs/ |
D | xfs_iops.c | 128 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument 156 if (!tmpfile) { in xfs_generic_create() 185 if (tmpfile) { in xfs_generic_create() 210 if (!tmpfile) in xfs_generic_create() 1175 .tmpfile = xfs_vn_tmpfile, 1200 .tmpfile = xfs_vn_tmpfile,
|
D | xfs_inode.c | 3171 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local 3174 error = xfs_create_tmpfile(dp, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout() 3183 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout() 3184 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout() 3185 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout() 3187 *wip = tmpfile; in xfs_rename_alloc_whiteout()
|
/fs/overlayfs/ |
D | ovl_entry.h | 74 bool tmpfile; member
|
D | super.c | 1145 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir() 1146 if (ofs->tmpfile) in ovl_make_workdir()
|
D | copy_up.c | 691 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
|
/fs/ |
D | bad_inode.c | 175 .tmpfile = bad_inode_tmpfile,
|
D | namei.c | 3594 if (!dir->i_op->tmpfile) in vfs_tmpfile() 3601 error = dir->i_op->tmpfile(dir, child, mode); in vfs_tmpfile()
|
/fs/minix/ |
D | namei.c | 270 .tmpfile = minix_tmpfile,
|
/fs/ext2/ |
D | namei.c | 423 .tmpfile = ext2_tmpfile,
|
/fs/f2fs/ |
D | namei.c | 1322 .tmpfile = f2fs_tmpfile,
|
/fs/udf/ |
D | namei.c | 1340 .tmpfile = udf_tmpfile,
|
/fs/ubifs/ |
D | dir.c | 1683 .tmpfile = ubifs_tmpfile,
|
/fs/ext4/ |
D | namei.c | 4244 .tmpfile = ext4_tmpfile,
|
/fs/btrfs/ |
D | inode.c | 11131 .tmpfile = btrfs_tmpfile,
|