Lines Matching defs:file

9  * This program/include file is free software; you can redistribute it and/or
14 * This program/include file is distributed in the hope that it will be
21 * distribution in the file COPYING); if not, write to the Free Software
530 /* Default with no locase table and case sensitive file names */
709 * when access to the file system is terminated abruptly
766 ntfs_log_debug("Couldn't find file '%s'.\n", hiberfile);
1008 s = "system file";
1131 ntfs_log_error("Corrupted file $UpCase\n");
1302 ntfs_log_info("The file system wasn't safely "
1363 ntfs_log_error("Failed to set file visibility\n");
1391 * @name: name of device/file to open
1395 * device/file to mount as the ntfs volume.
1402 * The function opens the device or file @name and verifies that it contains a
1492 static int ntfs_mntent_check(const char *file, unsigned long *mnt_flags)
1507 if (!ntfs_realpath_canonicalize(file, real_file)) {
1546 static int ntfs_mntent_check(const char *file, unsigned long *mnt_flags)
1562 if (!ntfs_realpath_canonicalize(file, real_file)) {
1599 * @file: device file to check
1606 * to find the device @file in /etc/mtab (or wherever this is kept on the
1610 * If the device @file is found, set the NTFS_MF_MOUNTED flags in *@mnt_flags.
1612 * Further if @file is mounted as the file system root ("/"), set the flag
1615 * Finally, check if the file system is mounted read-only, and if so set the
1622 int ntfs_check_if_mounted(const char *file __attribute__((unused)),
1627 return ntfs_mntent_check(file, mnt_flags);
1679 * the file, with 0xff's, thus marking the journal as empty.