Searched refs:ObjId (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c2307 * Return 0 on success and errno on error. If $ObjId is not present, we leave
2316 static const ntfschar ObjId[7] = { const_cpu_to_le16('$'), local
2326 * filename $ObjId in the extended system files directory $Extend.
2329 err = ntfs_lookup_inode_by_name(vol->extend_ni, ObjId, 6, &mref,
2338 ntfs_debug("$ObjId not present. Volume does not have "
2343 ntfs_error(vol->mp, "Failed to find inode number for $ObjId.");
2352 ntfs_error(vol->mp, "Failed to load $ObjId.");
2359 ntfs_error(vol->mp, "Failed to load $ObjId/$O index (error "
2999 static const char es1[] = "Failed to load $ObjId";

Completed in 173 milliseconds