| /fs/ntfs3/ |
| A D | run.c | 39 if (!run->count) { in run_lookup() 48 r = run->runs; in run_lookup() 176 end = run->runs + run->count; in run_is_mapped_full() 200 if (!run->runs) in run_lookup_entry() 248 r = run->runs; in run_truncate_head() 305 run_truncate(run, (run->runs + (run->count >> 1))->vcn); in run_truncate_around() 498 e = run->runs + run->count; in run_collapse_range() 563 e = run->runs + run->count; in run_insert_range() 838 r_end = run->runs + run->count; in run_pack() 1013 if (!run) in run_unpack() [all …]
|
| A D | attrib.c | 105 run_truncate(run, vcn0); in run_deallocate_ex() 156 size_t cnt = run->count; in attr_allocate_clusters() 263 run_init(run); in attr_make_nonresident() 344 run_close(run); in attr_make_nonresident() 890 struct runs_tree *run = &ni->file.run; in attr_data_get_block() local 981 &hint, run); in attr_data_get_block() 1634 struct runs_tree *run = &ni->file.run; in attr_allocate_frame() local 1860 struct runs_tree *run = &ni->file.run; in attr_collapse_range() local 2118 struct runs_tree *run = &ni->file.run; in attr_punch_hole() local 2180 run_truncate(run, 0); in attr_punch_hole() [all …]
|
| A D | ntfs_fs.h | 147 struct runs_tree run; member 399 struct runs_tree run; member 926 run->runs = NULL; in run_init() 927 run->count = 0; in run_init() 928 run->allocated = 0; in run_init() 938 kvfree(run->runs); in run_close() 939 memset(run, 0, sizeof(*run)); in run_close() 944 if (run) { in run_free() 945 kvfree(run->runs); in run_free() 946 kfree(run); in run_free() [all …]
|
| A D | frecord.c | 485 run_init(&run); in ni_repack() 594 run_close(&run); in ni_repack() 1194 struct runs_tree *run = &ni->file.run; in ni_expand_mft_list() local 1766 run_init(&run); in ni_parse_reparse() 1874 run_init(&run); in ni_fiemap() 2397 struct runs_tree *run = &ni->file.run; in ni_read_frame() local 2482 run = NULL; in ni_read_frame() 2485 if (!run) { in ni_read_frame() 2615 if (run != &ni->file.run) { in ni_read_frame() 2652 if (run != &ni->file.run) in ni_read_frame() [all …]
|
| A D | fsntfs.c | 341 err = ntfs_bio_fill_1(sbi, &ni->file.run); in ntfs_loadlog_and_replay() 775 struct runs_tree *run; in ntfs_clear_mft_tail() local 783 run = &ni->file.run; in ntfs_clear_mft_tail() 790 err = ntfs_get_bh(sbi, run, vbo, rs, &nb); in ntfs_clear_mft_tail() 1117 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in ntfs_sb_write_run() 1156 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() argument 1186 if (!run) { in ntfs_read_run_nb() 2019 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_get_security_by_id() 2030 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_get_security_by_id() 2127 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_insert_security() [all …]
|
| A D | attrlist.c | 31 run_close(&ni->attr_list.run); in al_destroy() 70 run_init(&ni->attr_list.run); in ntfs_load_attr_list() 77 err = run_unpack_ex(&ni->attr_list.run, ni->mi.sbi, ni->mi.rno, in ntfs_load_attr_list() 100 err = ntfs_read_run_nb(ni->mi.sbi, &ni->attr_list.run, 0, le, in ntfs_load_attr_list() 339 err = attr_set_size(ni, ATTR_LIST, NULL, 0, &al->run, new_size, in al_add_le() 351 err = ntfs_sb_write_run(ni->mi.sbi, &al->run, 0, al->le, in al_add_le() 398 err = attr_set_size(ni, ATTR_LIST, NULL, 0, &al->run, al->size, NULL, in al_update() 406 err = ntfs_sb_write_run(ni->mi.sbi, &al->run, 0, al->le, in al_update()
|
| A D | inode.c | 46 struct runs_tree *run; in ntfs_read_mft() local 121 run = NULL; in ntfs_read_mft() 132 run = &ni->file.run; in ntfs_read_mft() 270 run = ino == MFT_REC_BITMAP ? &sbi->used.bitmap.run : in ntfs_read_mft() 271 &ni->file.run; in ntfs_read_mft() 312 run = &ni->dir.alloc_run; in ntfs_read_mft() 324 run = &sbi->mft.bitmap.run; in ntfs_read_mft() 361 run = &ni->file.run; in ntfs_read_mft() 1673 struct runs_tree run; in ntfs_create_inode() local 1674 run_init(&run); in ntfs_create_inode() [all …]
|
| A D | record.c | 123 struct runs_tree *run = mft_ni ? &mft_ni->file.run : NULL; in mi_read() local 133 err = ntfs_read_bh(sbi, run, vbo, &rec->rhdr, bpr, &mi->nb); in mi_read() 151 err = attr_load_runs_vcn(mft_ni, ATTR_DATA, NULL, 0, run, in mi_read() 162 err = ntfs_read_bh(sbi, run, vbo, &rec->rhdr, bpr, &mi->nb); in mi_read() 461 err = ntfs_get_bh(sbi, &ni->file.run, vbo, sbi->record_size, in mi_format_new() 624 struct runs_tree *run, CLST len) in mi_pack_runs() argument 645 err = run_pack(run, svcn, len, Add2Ptr(attr, run_off), run_size + dsize, in mi_pack_runs()
|
| A D | index.c | 368 struct runs_tree *run = &indx->bitmap_run; in scan_nres_bitmap() local 393 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in scan_nres_bitmap() 403 name->name_len, run, vcn); in scan_nres_bitmap() 408 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in scan_nres_bitmap() 1042 struct runs_tree *run = &indx->alloc_run; in indx_read() local 1081 run, vbo, vbo + bytes); in indx_read() 1441 struct runs_tree run; in indx_create_allocate() local 1443 run_init(&run); in indx_create_allocate() 1451 &run, 0, len, 0, &alloc, NULL, NULL); in indx_create_allocate() 1467 memcpy(&indx->alloc_run, &run, sizeof(run)); in indx_create_allocate() [all …]
|
| A D | xattr.c | 123 struct runs_tree run; in ntfs_read_ea() local 125 run_init(&run); in ntfs_read_ea() 127 err = attr_load_runs_range(ni, ATTR_EA, NULL, 0, &run, 0, size); in ntfs_read_ea() 129 err = ntfs_read_run_nb(sbi, &run, 0, ea_p, size, NULL); in ntfs_read_ea() 130 run_close(&run); in ntfs_read_ea()
|
| A D | Makefile | 27 run.o \
|
| /fs/befs/ |
| A D | endian.h | 74 befs_block_run run; in fsrun_to_cpu() local 78 run.start = le16_to_cpu((__force __le16)n.start); in fsrun_to_cpu() 79 run.len = le16_to_cpu((__force __le16)n.len); in fsrun_to_cpu() 83 run.len = be16_to_cpu((__force __be16)n.len); in fsrun_to_cpu() 85 return run; in fsrun_to_cpu() 91 befs_disk_block_run run; in cpu_to_fsrun() local 95 run.start = cpu_to_le16(n.start); in cpu_to_fsrun() 96 run.len = cpu_to_le16(n.len); in cpu_to_fsrun() 99 run.start = cpu_to_be16(n.start); in cpu_to_fsrun() 100 run.len = cpu_to_be16(n.len); in cpu_to_fsrun() [all …]
|
| A D | datastream.c | 31 befs_block_run *run); 36 befs_block_run *run); 53 befs_block_run run; in befs_read_datastream() local 67 bh = befs_bread_iaddr(sb, run); in befs_read_datastream() 308 befs_block_run *run) in befs_find_brun_indirect() argument 344 run->allocation_group = in befs_find_brun_indirect() 346 run->start = in befs_find_brun_indirect() 348 run->len = in befs_find_brun_indirect() 417 befs_block_run *run) in befs_find_brun_dblindirect() argument 517 run->start += offset; in befs_find_brun_dblindirect() [all …]
|
| A D | datastream.h | 12 befs_blocknr_t fblock, befs_block_run *run);
|
| A D | debug.c | 213 befs_dump_run(const struct super_block *sb, befs_disk_block_run run) 217 befs_block_run n = fsrun_to_cpu(sb, run);
|
| /fs/jbd2/ |
| A D | commit.c | 529 stats.run.rs_locked = jbd2_time_diff(stats.run.rs_locked, in jbd2_journal_commit_transaction() 566 stats.run.rs_flushing = jbd2_time_diff(stats.run.rs_flushing, in jbd2_journal_commit_transaction() 1089 stats.run.rs_logging = jbd2_time_diff(stats.run.rs_logging, in jbd2_journal_commit_transaction() 1150 journal->j_stats.run.rs_wait += stats.run.rs_wait; in jbd2_journal_commit_transaction() 1151 journal->j_stats.run.rs_request_delay += stats.run.rs_request_delay; in jbd2_journal_commit_transaction() 1152 journal->j_stats.run.rs_running += stats.run.rs_running; in jbd2_journal_commit_transaction() 1153 journal->j_stats.run.rs_locked += stats.run.rs_locked; in jbd2_journal_commit_transaction() 1154 journal->j_stats.run.rs_flushing += stats.run.rs_flushing; in jbd2_journal_commit_transaction() 1155 journal->j_stats.run.rs_logging += stats.run.rs_logging; in jbd2_journal_commit_transaction() 1156 journal->j_stats.run.rs_handle_count += stats.run.rs_handle_count; in jbd2_journal_commit_transaction() [all …]
|
| /fs/xfs/scrub/ |
| A D | stats.c | 191 const struct xchk_stats_run *run) in xchk_stats_merge_one() argument 217 css->retries += run->retries; in xchk_stats_merge_one() 218 css->checktime_us += howmany_64(run->scrub_ns, NSEC_PER_USEC); in xchk_stats_merge_one() 220 if (run->repair_attempted) in xchk_stats_merge_one() 222 if (run->repair_succeeded) in xchk_stats_merge_one() 224 css->repairtime_us += howmany_64(run->repair_ns, NSEC_PER_USEC); in xchk_stats_merge_one() 233 const struct xchk_stats_run *run) in xchk_stats_merge() argument 235 xchk_stats_merge_one(&global_stats, sm, run); in xchk_stats_merge() 236 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge()
|
| A D | stats.h | 30 const struct xchk_stats_run *run); 56 # define xchk_stats_merge(mp, sm, run) ((void)0) argument
|
| A D | scrub.c | 660 struct xchk_stats_run run = { }; in xfs_scrub_metadata() local 723 run.scrub_ns += xchk_stats_elapsed_ns(check_start); in xfs_scrub_metadata() 747 error = xrep_attempt(sc, &run); in xfs_scrub_metadata() 769 xchk_stats_merge(mp, sm, &run); in xfs_scrub_metadata() 783 run.retries++; in xfs_scrub_metadata() 795 run.retries++; in xfs_scrub_metadata()
|
| A D | repair.c | 64 struct xchk_stats_run *run) in xrep_attempt() argument 76 run->repair_attempted = true; in xrep_attempt() 80 run->repair_ns += xchk_stats_elapsed_ns(repair_start); in xrep_attempt() 89 run->repair_succeeded = true; in xrep_attempt() 93 run->retries++; in xrep_attempt() 99 run->retries++; in xrep_attempt()
|
| A D | repair.h | 31 int xrep_attempt(struct xfs_scrub *sc, struct xchk_stats_run *run); 204 struct xchk_stats_run *run) in xrep_attempt() argument
|
| /fs/omfs/ |
| A D | bitmap.c | 139 int i, run, bit; in omfs_allocate_range() local 151 run = count_run(&sbi->s_imap[i], bits_per_entry, in omfs_allocate_range() 154 if (run >= min_request) in omfs_allocate_range() 156 bit += run; in omfs_allocate_range() 164 *return_size = run; in omfs_allocate_range() 165 ret = set_run(sb, i, bits_per_entry, bit, run, 1); in omfs_allocate_range()
|
| /fs/btrfs/ |
| A D | Kconfig | 52 bool "Btrfs will run sanity tests upon loading" 55 This will run sanity tests for core functionality like free space, 66 Enable run-time debugging support for the btrfs filesystem. 79 Enable run-time assertion checking. Additional safety checks are 81 and assumptions of code to run properly. This may result in panics, 126 Enable run-time extent reference verification instrumentation. This
|
| /fs/ |
| A D | Kconfig.binfmt | 13 systems. Saying Y here will enable your kernel to run ELF binaries 17 to run executables from different architectures or operating systems 18 however) and makes building run-time libraries very easy. Many new 26 here, you still can't run any ELF binaries (they just crash), then 70 It is also possible to run FDPIC ELF binaries on MMU linux also. 107 gets loaded, you cannot run scripts. Thus, if you want to load this 150 programs that need an interpreter to run like Java, Python, .NET or 151 Emacs-Lisp. It's also useful if you often run DOS executables under 177 need debugging or only ever run flawless code.
|
| /fs/ocfs2/ |
| A D | Kconfig | 40 run-time selectable. 51 It is safe to say Y, as the clustering method is run-time
|