Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iops.c133 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument
157 if (!tmpfile) { in xfs_generic_create()
185 if (tmpfile) in xfs_generic_create()
201 if (!tmpfile) in xfs_generic_create()
1145 .tmpfile = xfs_vn_tmpfile,
1173 .tmpfile = xfs_vn_tmpfile,
Dxfs_inode.c2875 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local
2878 error = xfs_create_tmpfile(dp, NULL, S_IFCHR | WHITEOUT_MODE, &tmpfile); in xfs_rename_alloc_whiteout()
2888 drop_nlink(VFS_I(tmpfile)); in xfs_rename_alloc_whiteout()
2889 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout()
2890 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout()
2892 *wip = tmpfile; in xfs_rename_alloc_whiteout()
/linux-4.1.27/fs/minix/
Dnamei.c269 .tmpfile = minix_tmpfile,
/linux-4.1.27/fs/ext2/
Dnamei.c418 .tmpfile = ext2_tmpfile,
/linux-4.1.27/fs/f2fs/
Dnamei.c794 .tmpfile = f2fs_tmpfile,
/linux-4.1.27/Documentation/filesystems/
DLocking69 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
99 tmpfile: no
Dvfs.txt366 int (*tmpfile) (struct inode *, struct dentry *, umode_t);
494 tmpfile: called in the end of O_TMPFILE open(). Optional, equivalent to
/linux-4.1.27/fs/udf/
Dnamei.c1294 .tmpfile = udf_tmpfile,
/linux-4.1.27/fs/
Dnamei.c3201 if (!dir->i_op->tmpfile) { in do_tmpfile()
3214 error = dir->i_op->tmpfile(dir, nd->path.dentry, op->mode); in do_tmpfile()
/linux-4.1.27/fs/ext3/
Dnamei.c2562 .tmpfile = ext3_tmpfile,
/linux-4.1.27/include/linux/
Dfs.h1656 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
/linux-4.1.27/mm/
Dshmem.c3152 .tmpfile = shmem_tmpfile,
/linux-4.1.27/fs/ext4/
Dnamei.c3898 .tmpfile = ext4_tmpfile,
/linux-4.1.27/fs/btrfs/
Dinode.c9881 .tmpfile = btrfs_tmpfile,