Lines Matching refs:file
9 1 file changed, 32 insertions(+), 13 deletions(-)
19 - * Create a regular file under the given directory inode
20 + * Create a file under the given directory inode
24 * Return: the created file inode
31 /* inode to the file that is being created */
63 - ntfs_log_perror("ERROR: Couldn't stat source file");
68 + ntfs_log_perror("ERROR: Couldn't stat source file");
72 ntfs_log_verbose("New file size: %lld\n", (long long)new_size);
86 ntfs_log_verbose("Creating a new file '%s' under '%s'"
113 /* Does a file with the same name exist in the dest dir? */
117 + ntfs_log_verbose("Destination path has a file"
119 + " overwriting the file '%s'\n",
125 ntfs_log_verbose("Destination path has a file with "
126 "the same name\nOverwriting the file "
130 ntfs_log_verbose("Creating a new file '%s' under "
146 ntfs_log_verbose("Old file size: %lld\n", (long long)na->data_size);