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

/linux-4.1.27/scripts/
H A Dconfig69 local tmpfile="$infile.swp"
74 sed -e "/$anchor/$cmd" "$infile" >"$tmpfile"
76 mv "$tmpfile" "$infile"
83 local tmpfile="$infile.swp"
85 sed -e "s:$before:$after:" "$infile" >"$tmpfile"
87 mv "$tmpfile" "$infile"
93 local tmpfile="$infile.swp"
95 sed -e "/$text/d" "$infile" >"$tmpfile"
97 mv "$tmpfile" "$infile"
/linux-4.1.27/fs/minix/
H A Dnamei.c269 .tmpfile = minix_tmpfile,
/linux-4.1.27/fs/xfs/
H A Dxfs_iops.c133 bool tmpfile) /* unnamed file */ xfs_generic_create()
157 if (!tmpfile) { xfs_generic_create()
185 if (tmpfile) xfs_generic_create()
201 if (!tmpfile) xfs_generic_create()
1145 .tmpfile = xfs_vn_tmpfile,
1173 .tmpfile = xfs_vn_tmpfile,
128 xfs_generic_create( struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev, bool tmpfile) xfs_generic_create() argument
H A Dxfs_inode.c2866 * whiteout in a rename transaction. We use a tmpfile inode here so that if we
2875 struct xfs_inode *tmpfile; xfs_rename_alloc_whiteout() local
2878 error = xfs_create_tmpfile(dp, NULL, S_IFCHR | WHITEOUT_MODE, &tmpfile); xfs_rename_alloc_whiteout()
2883 * Prepare the tmpfile inode as if it were created through the VFS. xfs_rename_alloc_whiteout()
2888 drop_nlink(VFS_I(tmpfile)); xfs_rename_alloc_whiteout()
2889 xfs_finish_inode_setup(tmpfile); xfs_rename_alloc_whiteout()
2890 VFS_I(tmpfile)->i_state |= I_LINKABLE; xfs_rename_alloc_whiteout()
2892 *wip = tmpfile; xfs_rename_alloc_whiteout()
3166 * Now we have a real link, clear the "I'm a tmpfile" state xfs_rename()
/linux-4.1.27/fs/f2fs/
H A Dnamei.c764 * add this non-linked tmpfile to orphan list, in this way we could f2fs_tmpfile()
765 * remove all unused data of tmpfile after abnormal power-off. f2fs_tmpfile()
794 .tmpfile = f2fs_tmpfile,
H A Ddir.c411 * If link the tmpfile to alias through linkat path, init_inode_metadata()
/linux-4.1.27/fs/ext2/
H A Dnamei.c418 .tmpfile = ext2_tmpfile,
/linux-4.1.27/fs/udf/
H A Dnamei.c1294 .tmpfile = udf_tmpfile,
/linux-4.1.27/fs/ext3/
H A Dnamei.c2355 /* this can happen only for tmpfile being ext3_link()
2562 .tmpfile = ext3_tmpfile,
/linux-4.1.27/fs/
H A Dnamei.c3201 if (!dir->i_op->tmpfile) { do_tmpfile()
3214 error = dir->i_op->tmpfile(dir, nd->path.dentry, op->mode); do_tmpfile()
/linux-4.1.27/fs/ext4/
H A Dnamei.c3309 /* this can happen only for tmpfile being ext4_link()
3898 .tmpfile = ext4_tmpfile,
/linux-4.1.27/mm/
H A Dshmem.c3152 .tmpfile = shmem_tmpfile,
/linux-4.1.27/include/linux/
H A Dfs.h1656 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member in struct:inode_operations
/linux-4.1.27/fs/btrfs/
H A Dinode.c9881 .tmpfile = btrfs_tmpfile,

Completed in 653 milliseconds