Home
last modified time | relevance | path

Searched refs:ntfs_volume (Results 1 – 25 of 27) sorted by relevance

12

/linux-4.19.296/fs/ntfs/
Drunlist.h76 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
86 extern int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol,
90 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst,
94 extern int ntfs_rl_truncate_nolock(const ntfs_volume *vol,
97 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist,
Dcollate.c26 static int ntfs_collate_binary(ntfs_volume *vol, in ntfs_collate_binary()
44 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol, in ntfs_collate_ntofs_ulong()
69 typedef int (*ntfs_collate_func_t)(ntfs_volume *, const void *, const int,
101 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, in ntfs_collate()
Dlcnalloc.h43 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol,
113 extern int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol,
132 static inline int ntfs_cluster_free_from_rl(ntfs_volume *vol, in ntfs_cluster_free_from_rl()
Dvolume.h133 } ntfs_volume; typedef
156 static inline int NVol##flag(ntfs_volume *vol) \
160 static inline void NVolSet##flag(ntfs_volume *vol) \
164 static inline void NVolClear##flag(ntfs_volume *vol) \
Dattrib.h78 extern int load_attribute_list(ntfs_volume *vol, runlist *rl, u8 *al_start,
95 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
97 extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol,
99 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
Dmft.h79 extern int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no,
114 extern bool ntfs_may_write_mft_record(ntfs_volume *vol,
118 extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode,
Dntfs.h80 static inline ntfs_volume *NTFS_SB(struct super_block *sb) in NTFS_SB()
127 extern int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins,
129 extern int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
Dquota.h31 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
Dsuper.c101 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options()
375 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags()
430 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags()
445 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags()
468 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount()
766 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
948 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators()
1034 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror()
1087 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1216 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile()
[all …]
Dcollate.h46 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
Dusnjrnl.c47 bool ntfs_stamp_usnjrnl(ntfs_volume *vol) in ntfs_stamp_usnjrnl()
Dusnjrnl.h201 extern bool ntfs_stamp_usnjrnl(ntfs_volume *vol);
Dquota.c37 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol) in ntfs_mark_quotas_out_of_date()
Dunistr.c259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs()
336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
Dmft.c53 ntfs_volume *vol = ni->vol; in map_mft_record_page()
441 static int ntfs_sync_mft_mirror_umount(ntfs_volume *vol, in ntfs_sync_mft_mirror_umount()
468 int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, in ntfs_sync_mft_mirror()
676 ntfs_volume *vol = ni->vol; in write_mft_record_nolock()
934 bool ntfs_may_write_mft_record(ntfs_volume *vol, const unsigned long mft_no, in ntfs_may_write_mft_record()
1140 static int ntfs_mft_bitmap_find_and_alloc_free_rec_nolock(ntfs_volume *vol, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1287 static int ntfs_mft_bitmap_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_allocation_nolock()
1586 static int ntfs_mft_bitmap_extend_initialized_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_initialized_nolock()
1723 static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_data_extend_allocation_nolock()
2021 static int ntfs_mft_record_layout(const ntfs_volume *vol, const s64 mft_no, in ntfs_mft_record_layout()
[all …]
Dattrib.c594 ntfs_volume *vol = ctx->ntfs_ino->vol; in ntfs_attr_find()
734 int load_attribute_list(ntfs_volume *vol, runlist *runlist, u8 *al_start, in load_attribute_list()
887 ntfs_volume *vol; in ntfs_external_attr_find()
1330 static ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol, in ntfs_attr_find_in_attrdef()
1366 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1402 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1434 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
1563 ntfs_volume *vol = ni->vol; in ntfs_attr_make_non_resident()
1934 ntfs_volume *vol = ni->vol; in ntfs_attr_extend_allocation()
2519 ntfs_volume *vol = ni->vol; in ntfs_attr_set()
Dlogfile.c489 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile()
682 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_is_logfile_clean()
731 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
Dlcnalloc.c50 int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, in ntfs_cluster_free_from_rl_nolock()
146 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc()
853 ntfs_volume *vol; in __ntfs_cluster_free()
Dinode.h56 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
Drunlist.c749 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, in ntfs_mapping_pairs_decompress()
1131 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, in ntfs_get_size_for_mapping_pairs()
1323 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
1499 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_truncate_nolock()
1644 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_punch_nolock()
Ddir.c83 ntfs_volume *vol = dir_ni->vol; in ntfs_lookup_inode_by_name()
636 ntfs_volume *vol = dir_ni->vol;
1025 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir()
1106 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir()
Daops.c189 ntfs_volume *vol; in ntfs_read_block()
556 ntfs_volume *vol; in ntfs_write_block()
922 ntfs_volume *vol = ni->vol; in ntfs_write_mst_block()
1570 ntfs_volume *vol = ni->vol; in ntfs_bmap()
Dnamei.c106 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup()
Dinode.c551 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_inode()
1227 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_attr_inode()
1493 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_index_inode()
1777 ntfs_volume *vol = NTFS_SB(sb); in ntfs_read_inode_mount()
2328 ntfs_volume *vol = NTFS_SB(root->d_sb); in ntfs_show_options()
2383 ntfs_volume *vol = ni->vol; in ntfs_truncate()
Dindex.c124 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup()

12