Searched refs:runlist_element (Results 1 – 15 of 15) sorted by relevance
/fs/ntfs/ |
D | runlist.h | 46 } runlist_element; typedef 55 runlist_element *rl; 73 extern runlist_element *ntfs_runlists_merge(runlist_element *drl, 74 runlist_element *srl); 76 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, 77 const ATTR_RECORD *attr, runlist_element *old_rl); 79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn); 83 extern runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, 87 const runlist_element *rl, const VCN first_vcn, 91 const int dst_len, const runlist_element *rl,
|
D | runlist.c | 34 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm() 47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() 48 runlist_element *srcbase, int src, int size) in ntfs_rl_mc() 74 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, in ntfs_rl_realloc() 77 runlist_element *new_rl; in ntfs_rl_realloc() 120 static inline runlist_element *ntfs_rl_realloc_nofail(runlist_element *rl, in ntfs_rl_realloc_nofail() 123 runlist_element *new_rl; in ntfs_rl_realloc_nofail() 155 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable() 156 runlist_element *src) in ntfs_are_rl_mergeable() 189 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge() [all …]
|
D | lcnalloc.h | 43 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, 114 const runlist_element *rl); 133 const runlist_element *rl) in ntfs_cluster_free_from_rl()
|
D | lcnalloc.c | 51 const runlist_element *rl) in ntfs_cluster_free_from_rl_nolock() 146 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc() 156 runlist_element *rl = NULL; in ntfs_cluster_alloc() 335 runlist_element *rl2; in ntfs_cluster_alloc() 855 runlist_element *rl; in __ntfs_cluster_free()
|
D | debug.h | 47 extern void ntfs_debug_dump_runlist(const runlist_element *rl);
|
D | attrib.h | 70 extern runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni,
|
D | debug.c | 144 void ntfs_debug_dump_runlist(const runlist_element *rl) in ntfs_debug_dump_runlist()
|
D | attrib.c | 91 runlist_element *rl; in ntfs_map_runlist_nolock() 464 runlist_element *ntfs_attr_find_vcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_find_vcn_nolock() 468 runlist_element *rl; in ntfs_attr_find_vcn_nolock() 716 runlist_element *rl; in load_attribute_list() 1545 runlist_element *rl; in ntfs_attr_make_non_resident() 1916 runlist_element *rl, *rl2; in ntfs_attr_extend_allocation()
|
D | aops.c | 194 runlist_element *rl; in ntfs_read_block() 561 runlist_element *rl; in ntfs_write_block() 932 runlist_element *rl; in ntfs_write_mst_block()
|
D | mft.c | 474 runlist_element *rl; in ntfs_sync_mft_mirror() 678 runlist_element *rl; in write_mft_record_nolock() 1285 runlist_element *rl, *rl2 = NULL; in ntfs_mft_bitmap_extend_allocation_nolock() 1721 runlist_element *rl, *rl2; in ntfs_mft_data_extend_allocation_nolock()
|
D | logfile.c | 732 runlist_element *rl; in ntfs_empty_logfile()
|
D | compress.c | 490 runlist_element *rl; in ntfs_read_compressed_block()
|
D | file.c | 492 runlist_element *rl, *rl2; in ntfs_prepare_pages_for_non_resident_write()
|
D | super.c | 1092 runlist_element *rl, rl2[2]; in check_mft_mirror()
|
D | inode.c | 2024 runlist_element *nrl; in ntfs_read_inode_mount()
|