Searched refs:runlist_element (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/fs/ntfs/ |
D | runlist.h | 32 } runlist_element; typedef 41 runlist_element *rl; 59 extern runlist_element *ntfs_runlists_merge(runlist_element *drl, 60 runlist_element *srl); 62 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, 63 const ATTR_RECORD *attr, runlist_element *old_rl); 65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn); 69 extern runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, 73 const runlist_element *rl, const VCN first_vcn, 77 const int dst_len, const runlist_element *rl,
|
D | runlist.c | 20 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm() 33 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() 34 runlist_element *srcbase, int src, int size) in ntfs_rl_mc() 60 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, in ntfs_rl_realloc() 63 runlist_element *new_rl; in ntfs_rl_realloc() 106 static inline runlist_element *ntfs_rl_realloc_nofail(runlist_element *rl, in ntfs_rl_realloc_nofail() 109 runlist_element *new_rl; in ntfs_rl_realloc_nofail() 141 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable() 142 runlist_element *src) in ntfs_are_rl_mergeable() 175 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge() [all …]
|
D | lcnalloc.h | 29 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, 100 const runlist_element *rl); 119 const runlist_element *rl) in ntfs_cluster_free_from_rl()
|
D | lcnalloc.c | 37 const runlist_element *rl) in ntfs_cluster_free_from_rl_nolock() 132 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc() 142 runlist_element *rl = NULL; in ntfs_cluster_alloc() 321 runlist_element *rl2; in ntfs_cluster_alloc() 841 runlist_element *rl; in __ntfs_cluster_free()
|
D | debug.h | 33 extern void ntfs_debug_dump_runlist(const runlist_element *rl);
|
D | attrib.h | 56 extern runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni,
|
D | debug.c | 120 void ntfs_debug_dump_runlist(const runlist_element *rl) in ntfs_debug_dump_runlist()
|
D | attrib.c | 77 runlist_element *rl; in ntfs_map_runlist_nolock() 450 runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_find_vcn_nolock() 454 runlist_element *rl; in ntfs_attr_find_vcn_nolock() 706 runlist_element *rl; in load_attribute_list() 1535 runlist_element *rl; in ntfs_attr_make_non_resident() 1905 runlist_element *rl, *rl2; in ntfs_attr_extend_allocation()
|
D | aops.c | 173 runlist_element *rl; in ntfs_read_block() 541 runlist_element *rl; in ntfs_write_block() 913 runlist_element *rl; in ntfs_write_mst_block()
|
D | mft.c | 463 runlist_element *rl; in ntfs_sync_mft_mirror() 669 runlist_element *rl; in write_mft_record_nolock() 1280 runlist_element *rl, *rl2 = NULL; in ntfs_mft_bitmap_extend_allocation_nolock() 1716 runlist_element *rl, *rl2; in ntfs_mft_data_extend_allocation_nolock()
|
D | logfile.c | 718 runlist_element *rl; in ntfs_empty_logfile()
|
D | compress.c | 470 runlist_element *rl; in ntfs_read_compressed_block()
|
D | file.c | 579 runlist_element *rl, *rl2; in ntfs_prepare_pages_for_non_resident_write()
|
D | inode.c | 2006 runlist_element *nrl; in ntfs_read_inode_mount()
|
D | super.c | 1079 runlist_element *rl, rl2[2]; in check_mft_mirror()
|