Searched refs:tmpfile (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 133 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,
|
D | xfs_inode.c | 2875 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/ |
D | namei.c | 269 .tmpfile = minix_tmpfile,
|
/linux-4.1.27/fs/ext2/ |
D | namei.c | 418 .tmpfile = ext2_tmpfile,
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 794 .tmpfile = f2fs_tmpfile,
|
/linux-4.1.27/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); 494 tmpfile: called in the end of O_TMPFILE open(). Optional, equivalent to
|
/linux-4.1.27/fs/udf/ |
D | namei.c | 1294 .tmpfile = udf_tmpfile,
|
/linux-4.1.27/fs/ |
D | namei.c | 3201 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/ |
D | namei.c | 2562 .tmpfile = ext3_tmpfile,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1656 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member
|
/linux-4.1.27/mm/ |
D | shmem.c | 3152 .tmpfile = shmem_tmpfile,
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 3898 .tmpfile = ext4_tmpfile,
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 9881 .tmpfile = btrfs_tmpfile,
|