Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iops.c128 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,
Dxfs_inode.c3171 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/
Dovl_entry.h74 bool tmpfile; member
Dsuper.c1145 ofs->tmpfile = !IS_ERR(temp); in ovl_make_workdir()
1146 if (ofs->tmpfile) in ovl_make_workdir()
Dcopy_up.c691 if (S_ISREG(c->stat.mode) && ofs->tmpfile) in ovl_do_copy_up()
/fs/
Dbad_inode.c175 .tmpfile = bad_inode_tmpfile,
Dnamei.c3594 if (!dir->i_op->tmpfile) in vfs_tmpfile()
3601 error = dir->i_op->tmpfile(dir, child, mode); in vfs_tmpfile()
/fs/minix/
Dnamei.c270 .tmpfile = minix_tmpfile,
/fs/ext2/
Dnamei.c423 .tmpfile = ext2_tmpfile,
/fs/f2fs/
Dnamei.c1322 .tmpfile = f2fs_tmpfile,
/fs/udf/
Dnamei.c1340 .tmpfile = udf_tmpfile,
/fs/ubifs/
Ddir.c1683 .tmpfile = ubifs_tmpfile,
/fs/ext4/
Dnamei.c4244 .tmpfile = ext4_tmpfile,
/fs/btrfs/
Dinode.c11131 .tmpfile = btrfs_tmpfile,