/fs/befs/ |
D | endian.h | 74 befs_block_run run; in fsrun_to_cpu() local 77 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group); in fsrun_to_cpu() 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() 81 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group); in fsrun_to_cpu() 82 run.start = be16_to_cpu((__force __be16)n.start); 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 94 run.allocation_group = cpu_to_le32(n.allocation_group); in cpu_to_fsrun() [all …]
|
D | datastream.c | 26 befs_blocknr_t blockno, befs_block_run *run); 31 befs_block_run *run); 36 befs_block_run *run); 53 befs_block_run run; in befs_read_datastream() local 61 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) { in befs_read_datastream() 67 bh = befs_bread_iaddr(sb, run); in befs_read_datastream() 96 befs_blocknr_t fblock, befs_block_run *run) in befs_fblock2brun() argument 102 err = befs_find_brun_direct(sb, data, fblock, run); in befs_fblock2brun() 105 err = befs_find_brun_indirect(sb, data, fblock, run); in befs_fblock2brun() 108 err = befs_find_brun_dblindirect(sb, data, fblock, run); in befs_fblock2brun() [all …]
|
D | datastream.h | 12 befs_blocknr_t fblock, befs_block_run *run);
|
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);
|
D | linuxvfs.c | 139 befs_block_run run = BAD_IADDR; in befs_get_block() local 152 res = befs_fblock2brun(sb, ds, block, &run); in befs_get_block() 161 disk_off = (ulong) iaddr2blockno(sb, &run); in befs_get_block()
|
/fs/jbd2/ |
D | commit.c | 478 stats.run.rs_wait = commit_transaction->t_max_wait; in jbd2_journal_commit_transaction() 479 stats.run.rs_request_delay = 0; in jbd2_journal_commit_transaction() 480 stats.run.rs_locked = jiffies; in jbd2_journal_commit_transaction() 482 stats.run.rs_request_delay = in jbd2_journal_commit_transaction() 484 stats.run.rs_locked); in jbd2_journal_commit_transaction() 485 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 486 stats.run.rs_locked); in jbd2_journal_commit_transaction() 576 stats.run.rs_flushing = jiffies; in jbd2_journal_commit_transaction() 577 stats.run.rs_locked = jbd2_time_diff(stats.run.rs_locked, in jbd2_journal_commit_transaction() 578 stats.run.rs_flushing); in jbd2_journal_commit_transaction() [all …]
|
D | journal.c | 1192 jiffies_to_msecs(s->stats->run.rs_wait / s->stats->ts_tid)); in jbd2_seq_info_show() 1195 jiffies_to_msecs(s->stats->run.rs_request_delay / in jbd2_seq_info_show() 1198 jiffies_to_msecs(s->stats->run.rs_running / s->stats->ts_tid)); in jbd2_seq_info_show() 1200 jiffies_to_msecs(s->stats->run.rs_locked / s->stats->ts_tid)); in jbd2_seq_info_show() 1202 jiffies_to_msecs(s->stats->run.rs_flushing / s->stats->ts_tid)); in jbd2_seq_info_show() 1204 jiffies_to_msecs(s->stats->run.rs_logging / s->stats->ts_tid)); in jbd2_seq_info_show() 1208 s->stats->run.rs_handle_count / s->stats->ts_tid); in jbd2_seq_info_show() 1210 s->stats->run.rs_blocks / s->stats->ts_tid); in jbd2_seq_info_show() 1212 s->stats->run.rs_blocks_logged / s->stats->ts_tid); in jbd2_seq_info_show()
|
/fs/omfs/ |
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/ |
D | Kconfig | 69 during the run of a regression test, say N 72 bool "Btrfs will run sanity tests upon loading" 75 This will run some basic sanity tests on the free space cache 86 Enable run-time debugging support for the btrfs filesystem. This may 96 Enable run-time assertion checking. This will result in panics if 106 Enable run-time extent reference verification instrumentation. This
|
/fs/ |
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 57 It is also possible to run FDPIC ELF binaries on MMU linux also. 94 gets loaded, you cannot run scripts. Thus, if you want to load this 149 who need to run binaries from that era. 188 programs that need an interpreter to run like Java, Python, .NET or 189 Emacs-Lisp. It's also useful if you often run DOS executables under 215 need debugging or only ever run flawless code.
|
/fs/sysv/ |
D | Kconfig | 13 to run these binaries, you will want to install linux-abi which is 14 a set of kernel modules that lets you run SCO, Xenix, Wyse,
|
/fs/ocfs2/ |
D | Kconfig | 38 run-time selectable. 49 It is safe to say Y, as the clustering method is run-time
|
/fs/ext4/ |
D | Kconfig | 99 Enables run-time debugging support for the ext4 filesystem. 111 KUnit tests run during boot and output the results to the debug log
|
/fs/quota/ |
D | Kconfig | 16 you don't need to run quotacheck(8) after an unclean shutdown.
|
/fs/erofs/ |
D | Kconfig | 92 This permits EROFS to configure per-CPU kthread workers to run
|
/fs/ntfs/ |
D | Kconfig | 73 This is currently useful with TopologiLinux. TopologiLinux is run
|
/fs/gfs2/ |
D | dir.c | 1272 int run = 0; in do_filldir_main() local 1294 if (*copied && !run) in do_filldir_main() 1296 run = 1; in do_filldir_main() 1298 run = 0; in do_filldir_main()
|
/fs/reiserfs/ |
D | README | 149 the endian safe patches which allow ReiserFS to run on any platform
|
/fs/affs/ |
D | Changes | 124 systems, since you can't run programs on them.
|