| /fs/ntfs3/ |
| D | run.c | 34 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() 93 static void run_consolidate(struct runs_tree *run, size_t index) in run_consolidate() 167 bool run_is_mapped_full(const struct runs_tree *run, CLST svcn, CLST evcn) in run_is_mapped_full() 192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() 228 void run_truncate_head(struct runs_tree *run, CLST vcn) in run_truncate_head() 263 void run_truncate(struct runs_tree *run, CLST vcn) in run_truncate() 300 void run_truncate_around(struct runs_tree *run, CLST vcn) in run_truncate_around() 316 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry() 489 bool run_collapse_range(struct runs_tree *run, CLST vcn, CLST len) in run_collapse_range() 555 bool run_insert_range(struct runs_tree *run, CLST vcn, CLST len) in run_insert_range() [all …]
|
| D | attrib.c | 61 struct runs_tree *run, const CLST *vcn) in attr_load_runs() 93 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() 149 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() 228 u64 new_size, struct runs_tree *run, in attr_make_nonresident() 356 u64 new_size, struct runs_tree *run, in attr_set_size_res() 403 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_set_size() 889 struct runs_tree *run = &ni->file.run; in attr_data_get_block() local 1305 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_vcn() 1348 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_range() 1378 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info() [all …]
|
| D | fsntfs.c | 775 struct runs_tree *run; in ntfs_clear_mft_tail() local 1131 int ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_sb_write_run() 1180 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() 1195 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() 1313 int ntfs_read_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_read_bh() 1324 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh() 1501 int ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_bio_pages() 1600 int ntfs_bio_fill_1(struct ntfs_sb_info *sbi, const struct runs_tree *run) in ntfs_bio_fill_1() 1670 int ntfs_vbo_to_lbo(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_vbo_to_lbo() 2552 int run_deallocate(struct ntfs_sb_info *sbi, const struct runs_tree *run, in run_deallocate()
|
| D | ntfs_fs.h | 148 struct runs_tree run; member 385 struct runs_tree run; member 393 struct runs_tree run; member 926 static inline void run_init(struct runs_tree *run) in run_init() 938 static inline void run_close(struct runs_tree *run) in run_close() 944 static inline void run_free(struct runs_tree *run) in run_free() 952 static inline bool run_is_empty(struct runs_tree *run) in run_is_empty() 1135 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()
|
| D | record.c | 123 struct runs_tree *run = mft_ni ? &mft_ni->file.run : NULL; in mi_read() local 609 struct runs_tree *run, CLST len) in mi_pack_runs()
|
| D | frecord.c | 1248 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() local 1445 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident() 1818 struct runs_tree run; in ni_parse_reparse() local 1917 struct runs_tree run; in ni_fiemap() local 2452 struct runs_tree *run = &ni->file.run; in ni_read_frame() local
|
| D | inode.c | 46 struct runs_tree *run; in ntfs_read_mft() local 1692 struct runs_tree run; in ntfs_create_inode() local
|
| D | index.c | 368 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() local 1042 struct runs_tree *run = &indx->alloc_run; in indx_read() local 1441 struct runs_tree run; in indx_create_allocate() local
|
| D | xattr.c | 123 struct runs_tree run; in ntfs_read_ea() local
|
| /fs/befs/ |
| D | datastream.c | 53 befs_block_run run; in befs_read_datastream() local 96 befs_blocknr_t fblock, befs_block_run *run) in befs_fblock2brun() 252 befs_blocknr_t blockno, befs_block_run *run) in befs_find_brun_direct() 308 befs_block_run *run) in befs_find_brun_indirect() 417 befs_block_run *run) in befs_find_brun_dblindirect()
|
| D | endian.h | 74 befs_block_run run; in fsrun_to_cpu() local 91 befs_disk_block_run run; in cpu_to_fsrun() local
|
| D | linuxvfs.c | 138 befs_block_run run = BAD_IADDR; in befs_get_block() local
|
| /fs/xfs/scrub/ |
| D | stats.c | 187 const struct xchk_stats_run *run) in xchk_stats_merge_one() 229 const struct xchk_stats_run *run) in xchk_stats_merge()
|
| D | stats.h | 56 # define xchk_stats_merge(mp, sm, run) ((void)0) argument
|
| D | scrub.c | 597 struct xchk_stats_run run = { }; in xfs_scrub_metadata() local
|
| D | repair.h | 180 struct xchk_stats_run *run) in xrep_attempt()
|
| D | repair.c | 56 struct xchk_stats_run *run) in xrep_attempt()
|
| /fs/omfs/ |
| D | bitmap.c | 139 int i, run, bit; in omfs_allocate_range() local
|
| /fs/gfs2/ |
| D | dir.c | 1271 int run = 0; in do_filldir_main() local
|