/linux-5.19.10/fs/ntfs/ ! |
D | runlist.h | 62 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, 72 extern int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, 76 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, 80 extern int ntfs_rl_truncate_nolock(const ntfs_volume *vol, 83 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist,
|
D | collate.c | 12 static int ntfs_collate_binary(ntfs_volume *vol, in ntfs_collate_binary() 30 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol, in ntfs_collate_ntofs_ulong() 55 typedef int (*ntfs_collate_func_t)(ntfs_volume *, const void *, const int, 87 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, in ntfs_collate()
|
D | attrib.h | 64 extern int load_attribute_list(ntfs_volume *vol, runlist *rl, u8 *al_start, 81 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol, 83 extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, 85 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
|
D | volume.h | 119 } ntfs_volume; typedef 142 static inline int NVol##flag(ntfs_volume *vol) \ 146 static inline void NVolSet##flag(ntfs_volume *vol) \ 150 static inline void NVolClear##flag(ntfs_volume *vol) \
|
D | lcnalloc.h | 29 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, 99 extern int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, 118 static inline int ntfs_cluster_free_from_rl(ntfs_volume *vol, in ntfs_cluster_free_from_rl()
|
D | mft.h | 65 extern int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, 100 extern bool ntfs_may_write_mft_record(ntfs_volume *vol, 104 extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode,
|
D | ntfs.h | 66 static inline ntfs_volume *NTFS_SB(struct super_block *sb) in NTFS_SB() 113 extern int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, 115 extern int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
|
D | super.c | 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() [all …]
|
D | quota.h | 17 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
|
D | collate.h | 32 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
|
D | usnjrnl.c | 33 bool ntfs_stamp_usnjrnl(ntfs_volume *vol) in ntfs_stamp_usnjrnl()
|
D | unistr.c | 245 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() 322 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
|
D | usnjrnl.h | 187 extern bool ntfs_stamp_usnjrnl(ntfs_volume *vol);
|
D | quota.c | 23 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol) in ntfs_mark_quotas_out_of_date()
|
D | mft.c | 39 ntfs_volume *vol = ni->vol; in map_mft_record_page() 427 static int ntfs_sync_mft_mirror_umount(ntfs_volume *vol, in ntfs_sync_mft_mirror_umount() 454 int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, in ntfs_sync_mft_mirror() 662 ntfs_volume *vol = ni->vol; in write_mft_record_nolock() 920 bool ntfs_may_write_mft_record(ntfs_volume *vol, const unsigned long mft_no, in ntfs_may_write_mft_record() 1126 static int ntfs_mft_bitmap_find_and_alloc_free_rec_nolock(ntfs_volume *vol, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1273 static int ntfs_mft_bitmap_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_allocation_nolock() 1572 static int ntfs_mft_bitmap_extend_initialized_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_initialized_nolock() 1709 static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_data_extend_allocation_nolock() 2007 static int ntfs_mft_record_layout(const ntfs_volume *vol, const s64 mft_no, in ntfs_mft_record_layout() [all …]
|
D | attrib.c | 580 ntfs_volume *vol = ctx->ntfs_ino->vol; in ntfs_attr_find() 700 int load_attribute_list(ntfs_volume *vol, runlist *runlist, u8 *al_start, in load_attribute_list() 853 ntfs_volume *vol; in ntfs_external_attr_find() 1296 static ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol, in ntfs_attr_find_in_attrdef() 1332 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check() 1368 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident() 1400 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident() 1529 ntfs_volume *vol = ni->vol; in ntfs_attr_make_non_resident() 1900 ntfs_volume *vol = ni->vol; in ntfs_attr_extend_allocation() 2485 ntfs_volume *vol = ni->vol; in ntfs_attr_set()
|
D | logfile.c | 475 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile() 667 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_is_logfile_clean() 716 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
|
D | lcnalloc.c | 36 int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, in ntfs_cluster_free_from_rl_nolock() 132 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc() 839 ntfs_volume *vol; in __ntfs_cluster_free()
|
D | inode.h | 42 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
|
D | runlist.c | 735 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, in ntfs_mapping_pairs_decompress() 1117 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, in ntfs_get_size_for_mapping_pairs() 1309 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build() 1485 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_truncate_nolock() 1630 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_punch_nolock()
|
D | aops.c | 172 ntfs_volume *vol; in ntfs_read_block() 540 ntfs_volume *vol; in ntfs_write_block() 907 ntfs_volume *vol = ni->vol; in ntfs_write_mst_block() 1556 ntfs_volume *vol = ni->vol; in ntfs_bmap()
|
D | dir.c | 70 ntfs_volume *vol = dir_ni->vol; in ntfs_lookup_inode_by_name() 623 ntfs_volume *vol = dir_ni->vol; 1012 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir() 1093 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir()
|
D | namei.c | 92 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup()
|
D | inode.c | 526 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_inode() 1202 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_attr_inode() 1468 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_index_inode() 1752 ntfs_volume *vol = NTFS_SB(sb); in ntfs_read_inode_mount() 2299 ntfs_volume *vol = NTFS_SB(root->d_sb); in ntfs_show_options() 2354 ntfs_volume *vol = ni->vol; in ntfs_truncate()
|
D | index.c | 110 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup()
|