Lines Matching refs:parent
424 " -P, --parent Show parent directory\n"
619 { "parent", no_argument, NULL, 'P' },
731 if (!opts.parent) {
732 opts.parent++;
875 if (opts.parent && !opts.verbose) {
876 ntfs_log_error("To use --parent, you must also use --verbose.\n");
917 ntfs_log_debug(" and parent filename '%s'",
942 * verify_parent - confirm a record is parent of a file
944 * @rec: the mft record of the possible parent
946 * Check that @rec is the parent of the file represented by @name.
948 * can't determine whether @rec is really @name's parent.
1007 * get_parent_name - Find the name of a file's parent.
1008 * @name: the filename whose parent's name to find
1196 if (opts.parent) {
1606 if (opts.parent) {