• Home
  • Raw
  • Download

Lines Matching refs:ntfs_volume

99 static bool parse_options(ntfs_volume *vol, char *opt)  in parse_options()
350 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags()
405 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags()
420 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags()
443 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount()
737 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
919 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators()
1005 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror()
1057 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1186 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile()
1236 static int check_windows_hibernation_status(ntfs_volume *vol) in check_windows_hibernation_status()
1335 static bool load_and_init_quota(ntfs_volume *vol) in load_and_init_quota()
1411 static bool load_and_init_usnjrnl(ntfs_volume *vol) in load_and_init_usnjrnl()
1564 static bool load_and_init_attrdef(ntfs_volume *vol) in load_and_init_attrdef()
1629 static bool load_and_init_upcase(ntfs_volume *vol) in load_and_init_upcase()
1744 static bool load_system_files(ntfs_volume *vol) in load_system_files()
2246 ntfs_volume *vol = NTFS_SB(sb); in ntfs_put_super()
2469 static s64 get_nr_free_clusters(ntfs_volume *vol) in get_nr_free_clusters()
2549 static unsigned long __get_nr_free_mft_records(ntfs_volume *vol, in __get_nr_free_mft_records()
2619 ntfs_volume *vol = NTFS_SB(sb); in ntfs_statfs()
2733 ntfs_volume *vol; in ntfs_fill_super()
2754 sb->s_fs_info = kmalloc(sizeof(ntfs_volume), GFP_NOFS); in ntfs_fill_super()
2764 *vol = (ntfs_volume) { in ntfs_fill_super()