Home
last modified time | relevance | path

Searched defs:run (Results 1 – 14 of 14) sorted by relevance

/fs/ntfs3/
Drun.c34 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 …]
Dattrib.c88 struct runs_tree *run, const CLST *vcn) in attr_load_runs()
120 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex()
176 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters()
239 u64 new_size, struct runs_tree *run, in attr_make_nonresident()
364 u64 new_size, struct runs_tree *run, in attr_set_size_res()
411 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
1216 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_vcn()
1259 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_range()
1289 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info()
[all …]
Dfsntfs.c746 struct runs_tree *run; in ntfs_clear_mft_tail() local
1096 int ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_sb_write_run()
1145 const struct runs_tree *run, u64 vbo) in ntfs_bread_run()
1160 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb()
1278 int ntfs_read_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_read_bh()
1289 int ntfs_get_bh(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, in ntfs_get_bh()
1466 int ntfs_bio_pages(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_bio_pages()
1565 int ntfs_bio_fill_1(struct ntfs_sb_info *sbi, const struct runs_tree *run) in ntfs_bio_fill_1()
1635 int ntfs_vbo_to_lbo(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_vbo_to_lbo()
2518 int run_deallocate(struct ntfs_sb_info *sbi, struct runs_tree *run, bool trim) in run_deallocate()
Dntfs_fs.h141 struct runs_tree run; member
376 struct runs_tree run; member
384 struct runs_tree run; member
921 static inline void run_init(struct runs_tree *run) in run_init()
933 static inline void run_close(struct runs_tree *run) in run_close()
939 static inline void run_free(struct runs_tree *run) in run_free()
947 static inline bool run_is_empty(struct runs_tree *run) in run_is_empty()
1120 struct runs_tree *run, CLST vcn) in attr_load_runs_attr()
Drecord.c123 struct runs_tree *run = mft_ni ? &mft_ni->file.run : NULL; in mi_read() local
564 struct runs_tree *run, CLST len) in mi_pack_runs()
Dfrecord.c529 struct runs_tree run; in ni_repack() local
1244 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() local
1441 const struct runs_tree *run, CLST svcn, CLST len, in ni_insert_nonresident()
1813 struct runs_tree run; in ni_parse_reparse() local
1912 struct runs_tree *run; in ni_fiemap() local
2459 struct runs_tree *run = &ni->file.run; in ni_read_frame() local
Dindex.c368 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() local
1033 struct runs_tree *run = &indx->alloc_run; in indx_read() local
1432 struct runs_tree run; in indx_create_allocate() local
Dxattr.c122 struct runs_tree run; in ntfs_read_ea() local
Dinode.c46 struct runs_tree *run; in ntfs_read_mft() local
/fs/befs/
Ddatastream.c53 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()
Dendian.h74 befs_block_run run; in fsrun_to_cpu() local
91 befs_disk_block_run run; in cpu_to_fsrun() local
Dlinuxvfs.c137 befs_block_run run = BAD_IADDR; in befs_get_block() local
/fs/omfs/
Dbitmap.c139 int i, run, bit; in omfs_allocate_range() local
/fs/gfs2/
Ddir.c1270 int run = 0; in do_filldir_main() local