Lines Matching defs:inode
71 int inode; /* Treat dest_file as inode number. */
106 " -i, --inode Treat dest_file as inode number\n"
132 { "inode", no_argument, NULL, 'i' },
155 opts.inode = 0;
191 opts.inode++;
281 * Create a regular file under the given directory inode
285 * Return: the created file inode
291 /* inode to the file that is being created */
379 if (opts.inode) {
385 ntfs_log_error("ERROR: Couldn't parse inode number.\n");
449 if ((out->mrec->flags & MFT_RECORD_IS_DIRECTORY) && !opts.inode) {