• Home
  • Raw
  • Download

Lines Matching defs:vol

100 static bool parse_options(ntfs_volume *vol, char *opt)  in parse_options()
374 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags()
429 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags()
444 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags()
467 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount() local
765 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
947 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators()
1033 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror()
1086 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1215 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile()
1265 static int check_windows_hibernation_status(ntfs_volume *vol) in check_windows_hibernation_status()
1362 static bool load_and_init_quota(ntfs_volume *vol) in load_and_init_quota()
1438 static bool load_and_init_usnjrnl(ntfs_volume *vol) in load_and_init_usnjrnl()
1591 static bool load_and_init_attrdef(ntfs_volume *vol) in load_and_init_attrdef()
1656 static bool load_and_init_upcase(ntfs_volume *vol) in load_and_init_upcase()
1771 static bool load_system_files(ntfs_volume *vol) in load_system_files()
2273 ntfs_volume *vol = NTFS_SB(sb); in ntfs_put_super() local
2468 static s64 get_nr_free_clusters(ntfs_volume *vol) in get_nr_free_clusters()
2548 static unsigned long __get_nr_free_mft_records(ntfs_volume *vol, in __get_nr_free_mft_records()
2618 ntfs_volume *vol = NTFS_SB(sb); in ntfs_statfs() local
2722 ntfs_volume *vol; in ntfs_fill_super() local