Lines Matching refs:ntfs_volume

95 static bool parse_options(ntfs_volume *vol, char *opt)  in parse_options()
369 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags()
424 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags()
439 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags()
462 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount()
760 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
942 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators()
1028 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror()
1081 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1210 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile()
1260 static int check_windows_hibernation_status(ntfs_volume *vol) in check_windows_hibernation_status()
1357 static bool load_and_init_quota(ntfs_volume *vol) in load_and_init_quota()
1433 static bool load_and_init_usnjrnl(ntfs_volume *vol) in load_and_init_usnjrnl()
1586 static bool load_and_init_attrdef(ntfs_volume *vol) in load_and_init_attrdef()
1651 static bool load_and_init_upcase(ntfs_volume *vol) in load_and_init_upcase()
1766 static bool load_system_files(ntfs_volume *vol) in load_system_files()
2259 ntfs_volume *vol = NTFS_SB(sb); in ntfs_put_super()
2454 static s64 get_nr_free_clusters(ntfs_volume *vol) in get_nr_free_clusters()
2534 static unsigned long __get_nr_free_mft_records(ntfs_volume *vol, in __get_nr_free_mft_records()
2604 ntfs_volume *vol = NTFS_SB(sb); in ntfs_statfs()
2707 ntfs_volume *vol; in ntfs_fill_super()
2728 sb->s_fs_info = kmalloc(sizeof(ntfs_volume), GFP_NOFS); in ntfs_fill_super()
2738 *vol = (ntfs_volume) { in ntfs_fill_super()