/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 | 137 befs_block_run run = BAD_IADDR; in befs_get_block() local 150 res = befs_fblock2brun(sb, ds, block, &run); in befs_get_block() 159 disk_off = (ulong) iaddr2blockno(sb, &run); in befs_get_block()
|
/fs/jbd2/ |
D | commit.c | 427 stats.run.rs_wait = commit_transaction->t_max_wait; in jbd2_journal_commit_transaction() 428 stats.run.rs_request_delay = 0; in jbd2_journal_commit_transaction() 429 stats.run.rs_locked = jiffies; in jbd2_journal_commit_transaction() 431 stats.run.rs_request_delay = in jbd2_journal_commit_transaction() 433 stats.run.rs_locked); in jbd2_journal_commit_transaction() 434 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 435 stats.run.rs_locked); in jbd2_journal_commit_transaction() 523 stats.run.rs_flushing = jiffies; in jbd2_journal_commit_transaction() 524 stats.run.rs_locked = jbd2_time_diff(stats.run.rs_locked, in jbd2_journal_commit_transaction() 525 stats.run.rs_flushing); in jbd2_journal_commit_transaction() [all …]
|
D | journal.c | 1000 jiffies_to_msecs(s->stats->run.rs_wait / s->stats->ts_tid)); in jbd2_seq_info_show() 1003 jiffies_to_msecs(s->stats->run.rs_request_delay / in jbd2_seq_info_show() 1006 jiffies_to_msecs(s->stats->run.rs_running / s->stats->ts_tid)); in jbd2_seq_info_show() 1008 jiffies_to_msecs(s->stats->run.rs_locked / s->stats->ts_tid)); in jbd2_seq_info_show() 1010 jiffies_to_msecs(s->stats->run.rs_flushing / s->stats->ts_tid)); in jbd2_seq_info_show() 1012 jiffies_to_msecs(s->stats->run.rs_logging / s->stats->ts_tid)); in jbd2_seq_info_show() 1016 s->stats->run.rs_handle_count / s->stats->ts_tid); in jbd2_seq_info_show() 1018 s->stats->run.rs_blocks / s->stats->ts_tid); in jbd2_seq_info_show() 1020 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 | 63 during the run of a regression test, say N 66 bool "Btrfs will run sanity tests upon loading" 69 This will run some basic sanity tests on the free space cache 80 Enable run-time debugging support for the btrfs filesystem. This may 90 Enable run-time assertion checking. This will result in panics if 100 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 51 It is also possible to run FDPIC ELF binaries on MMU linux also. 88 gets loaded, you cannot run scripts. Thus, if you want to load this 143 who need to run binaries from that era. 182 programs that need an interpreter to run like Java, Python, .NET or 183 Emacs-Lisp. It's also useful if you often run DOS executables under 209 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/quota/ |
D | Kconfig | 16 you don't need to run quotacheck(8) after an unclean shutdown.
|
/fs/ntfs/ |
D | Kconfig | 73 This is currently useful with TopologiLinux. TopologiLinux is run
|
/fs/ext4/ |
D | Kconfig | 104 Enables run-time debugging support for the ext4 filesystem.
|
/fs/gfs2/ |
D | dir.c | 1275 int run = 0; in do_filldir_main() local 1297 if (*copied && !run) in do_filldir_main() 1299 run = 1; in do_filldir_main() 1301 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.
|