Lines Matching refs:tmpfile
2081 * whiteout in a rename transaction. We use a tmpfile inode here so that if we
2098 struct xfs_inode *tmpfile;
2102 error = xfs_create_tmpfile(&args, &tmpfile);
2108 error = xfs_inode_init_security(VFS_I(tmpfile), VFS_I(dp), &name);
2110 xfs_finish_inode_setup(tmpfile);
2111 xfs_irele(tmpfile);
2116 * Prepare the tmpfile inode as if it were created through the VFS.
2120 xfs_setup_iops(tmpfile);
2121 xfs_finish_inode_setup(tmpfile);
2122 inode_state_set_raw(VFS_I(tmpfile), I_LINKABLE);
2124 *wip = tmpfile;
2336 * Now we have a real link, clear the "I'm a tmpfile" state