Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_iops.c132 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument
156 if (!tmpfile) { in xfs_generic_create()
184 if (tmpfile) in xfs_generic_create()
200 if (!tmpfile) in xfs_generic_create()
1142 .tmpfile = xfs_vn_tmpfile,
1170 .tmpfile = xfs_vn_tmpfile,
Dxfs_inode.c2859 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
2862 error = xfs_create_tmpfile(dp, NULL, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout()
2872 drop_nlink(VFS_I(tmpfile)); in xfs_rename_alloc_whiteout()
2873 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
2874 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
2876 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/linux-4.4.14/fs/minix/
Dnamei.c269 .tmpfile = minix_tmpfile,
/linux-4.4.14/fs/ext2/
Dnamei.c438 .tmpfile = ext2_tmpfile,
/linux-4.4.14/Documentation/filesystems/
DLocking69 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
99 tmpfile: no
Dvfs.txt366 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
496 tmpfile: called in the end of O_TMPFILE open(). Optional, equivalent to
/linux-4.4.14/fs/f2fs/
Dnamei.c1019 .tmpfile = f2fs_tmpfile,
/linux-4.4.14/fs/udf/
Dnamei.c1345 .tmpfile = udf_tmpfile,
/linux-4.4.14/fs/
Dnamei.c3256 if (!dir->i_op->tmpfile) { in do_tmpfile()
3267 error = dir->i_op->tmpfile(dir, child, op->mode); in do_tmpfile()
/linux-4.4.14/include/linux/
Dfs.h1676 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
/linux-4.4.14/mm/
Dshmem.c3163 .tmpfile = shmem_tmpfile,
/linux-4.4.14/fs/ext4/
Dnamei.c3843 .tmpfile = ext4_tmpfile,
/linux-4.4.14/fs/btrfs/
Dinode.c10031 .tmpfile = btrfs_tmpfile,