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

/linux-4.4.14/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.4.14/fs/minix/
H A Dnamei.c269 .tmpfile = minix_tmpfile,
/linux-4.4.14/fs/xfs/
H A Dxfs_iops.c132 bool tmpfile) /* unnamed file */ xfs_generic_create()
156 if (!tmpfile) { xfs_generic_create()
184 if (tmpfile) xfs_generic_create()
200 if (!tmpfile) xfs_generic_create()
1142 .tmpfile = xfs_vn_tmpfile,
1170 .tmpfile = xfs_vn_tmpfile,
127 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.c2850 * whiteout in a rename transaction. We use a tmpfile inode here so that if we
2859 struct xfs_inode *tmpfile; xfs_rename_alloc_whiteout() local
2862 error = xfs_create_tmpfile(dp, NULL, S_IFCHR | WHITEOUT_MODE, &tmpfile); xfs_rename_alloc_whiteout()
2867 * Prepare the tmpfile inode as if it were created through the VFS. xfs_rename_alloc_whiteout()
2872 drop_nlink(VFS_I(tmpfile)); xfs_rename_alloc_whiteout()
2873 xfs_finish_inode_setup(tmpfile); xfs_rename_alloc_whiteout()
2874 VFS_I(tmpfile)->i_state |= I_LINKABLE; xfs_rename_alloc_whiteout()
2876 *wip = tmpfile; xfs_rename_alloc_whiteout()
3152 * Now we have a real link, clear the "I'm a tmpfile" state xfs_rename()
/linux-4.4.14/fs/f2fs/
H A Dnamei.c545 * add this non-linked tmpfile to orphan list, in this way we could __f2fs_tmpfile()
546 * remove all unused data of tmpfile after abnormal power-off. __f2fs_tmpfile()
1019 .tmpfile = f2fs_tmpfile,
H A Ddir.c432 * If link the tmpfile to alias through linkat path, init_inode_metadata()
/linux-4.4.14/fs/ext2/
H A Dnamei.c438 .tmpfile = ext2_tmpfile,
/linux-4.4.14/fs/udf/
H A Dnamei.c1345 .tmpfile = udf_tmpfile,
/linux-4.4.14/fs/ext4/
H A Dnamei.c3235 /* this can happen only for tmpfile being ext4_link()
3843 .tmpfile = ext4_tmpfile,
/linux-4.4.14/fs/
H A Dnamei.c3256 if (!dir->i_op->tmpfile) { do_tmpfile()
3267 error = dir->i_op->tmpfile(dir, child, op->mode); do_tmpfile()
/linux-4.4.14/mm/
H A Dshmem.c3163 .tmpfile = shmem_tmpfile,
/linux-4.4.14/include/linux/
H A Dfs.h1676 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member in struct:inode_operations
/linux-4.4.14/fs/btrfs/
H A Dinode.c10031 .tmpfile = btrfs_tmpfile,

Completed in 575 milliseconds