Searched refs:tmpfile (Results 1 - 13 of 13) sorted by relevance
/linux-4.4.14/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.4.14/fs/minix/ |
H A D | namei.c | 269 .tmpfile = minix_tmpfile,
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_iops.c | 132 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 D | xfs_inode.c | 2850 * 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 D | namei.c | 545 * 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 D | dir.c | 432 * If link the tmpfile to alias through linkat path, init_inode_metadata()
|
/linux-4.4.14/fs/ext2/ |
H A D | namei.c | 438 .tmpfile = ext2_tmpfile,
|
/linux-4.4.14/fs/udf/ |
H A D | namei.c | 1345 .tmpfile = udf_tmpfile,
|
/linux-4.4.14/fs/ext4/ |
H A D | namei.c | 3235 /* this can happen only for tmpfile being ext4_link() 3843 .tmpfile = ext4_tmpfile,
|
/linux-4.4.14/fs/ |
H A D | namei.c | 3256 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 D | shmem.c | 3163 .tmpfile = shmem_tmpfile,
|
/linux-4.4.14/include/linux/ |
H A D | fs.h | 1676 int (*tmpfile) (struct inode *, struct dentry *, umode_t); member in struct:inode_operations
|
/linux-4.4.14/fs/btrfs/ |
H A D | inode.c | 10031 .tmpfile = btrfs_tmpfile,
|
Completed in 575 milliseconds