Lines Matching refs:file
24 * distribution in the file COPYING); if not, write to the Free Software
82 "details read the GNU General Public License to be\nfound in the file "
101 "Access is denied because the NTFS journal file is unclean. Choices are:\n"
198 * @name: Full pathname of the device/file to work with
230 /* Make sure the file system is not mounted. */
303 * libntfs-3g does not record whether the volume log file was dirty
712 * The metadata file $Bitmap has one binary bit representing each cluster on
778 * The metadata file $BITMAP has one binary bit representing each record in the
845 * utils_is_metadata - Determine if an inode represents a metadata file
852 * Return: 1 inode is a metadata file
853 * 0 inode is not a metadata file
861 MFT_RECORD *file;
877 file = inode->mrec;
878 if (file && (file->base_mft_record != 0)) {
879 num = MREF_LE(file->base_mft_record);