Lines Matching refs:ntfs_volume

87 static bool parse_options(ntfs_volume *vol, char *opt)  in parse_options()
361 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags()
416 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags()
431 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags()
454 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount()
752 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
934 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators()
1020 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror()
1073 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1202 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile()
1252 static int check_windows_hibernation_status(ntfs_volume *vol) in check_windows_hibernation_status()
1349 static bool load_and_init_quota(ntfs_volume *vol) in load_and_init_quota()
1425 static bool load_and_init_usnjrnl(ntfs_volume *vol) in load_and_init_usnjrnl()
1578 static bool load_and_init_attrdef(ntfs_volume *vol) in load_and_init_attrdef()
1643 static bool load_and_init_upcase(ntfs_volume *vol) in load_and_init_upcase()
1758 static bool load_system_files(ntfs_volume *vol) in load_system_files()
2250 ntfs_volume *vol = NTFS_SB(sb); in ntfs_put_super()
2445 static s64 get_nr_free_clusters(ntfs_volume *vol) in get_nr_free_clusters()
2525 static unsigned long __get_nr_free_mft_records(ntfs_volume *vol, in __get_nr_free_mft_records()
2595 ntfs_volume *vol = NTFS_SB(sb); in ntfs_statfs()
2698 ntfs_volume *vol; in ntfs_fill_super()
2719 sb->s_fs_info = kmalloc(sizeof(ntfs_volume), GFP_NOFS); in ntfs_fill_super()
2729 *vol = (ntfs_volume) { in ntfs_fill_super()