Searched refs:tmpfile (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 132 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,
|
D | xfs_inode.c | 2859 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/ |
D | namei.c | 269 .tmpfile = minix_tmpfile,
|
/linux-4.4.14/fs/ext2/ |
D | namei.c | 438 .tmpfile = ext2_tmpfile,
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 69 int (*tmpfile) (struct inode *, struct dentry *, umode_t); 99 tmpfile: no
|
D | vfs.txt | 366 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/ |
D | namei.c | 1019 .tmpfile = f2fs_tmpfile,
|
/linux-4.4.14/fs/udf/ |
D | namei.c | 1345 .tmpfile = udf_tmpfile,
|
/linux-4.4.14/fs/ |
D | namei.c | 3256 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/ |
D | fs.h | 1676 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
|
/linux-4.4.14/mm/ |
D | shmem.c | 3163 .tmpfile = shmem_tmpfile,
|
/linux-4.4.14/fs/ext4/ |
D | namei.c | 3843 .tmpfile = ext4_tmpfile,
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 10031 .tmpfile = btrfs_tmpfile,
|