Searched refs:tmpfile (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/scripts/ |
H A D | config | 69 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 D | namei.c | 269 .tmpfile = minix_tmpfile,
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_iops.c | 133 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 D | xfs_inode.c | 2866 * 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 D | namei.c | 764 * 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 D | dir.c | 411 * If link the tmpfile to alias through linkat path, init_inode_metadata()
|
/linux-4.1.27/fs/ext2/ |
H A D | namei.c | 418 .tmpfile = ext2_tmpfile,
|
/linux-4.1.27/fs/udf/ |
H A D | namei.c | 1294 .tmpfile = udf_tmpfile,
|
/linux-4.1.27/fs/ext3/ |
H A D | namei.c | 2355 /* this can happen only for tmpfile being ext3_link() 2562 .tmpfile = ext3_tmpfile,
|
/linux-4.1.27/fs/ |
H A D | namei.c | 3201 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 D | namei.c | 3309 /* this can happen only for tmpfile being ext4_link() 3898 .tmpfile = ext4_tmpfile,
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 3152 .tmpfile = shmem_tmpfile,
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1656 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member in struct:inode_operations
|
/linux-4.1.27/fs/btrfs/ |
H A D | inode.c | 9881 .tmpfile = btrfs_tmpfile,
|
Completed in 653 milliseconds