Home
last modified time | relevance | path

Searched refs:run (Results 1 – 22 of 22) sorted by relevance

/fs/befs/
Dendian.h73 befs_block_run run; in fsrun_to_cpu() local
76 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group); in fsrun_to_cpu()
77 run.start = le16_to_cpu((__force __le16)n.start); in fsrun_to_cpu()
78 run.len = le16_to_cpu((__force __le16)n.len); in fsrun_to_cpu()
80 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group); in fsrun_to_cpu()
81 run.start = be16_to_cpu((__force __be16)n.start); in fsrun_to_cpu()
82 run.len = be16_to_cpu((__force __be16)n.len); in fsrun_to_cpu()
84 return run; in fsrun_to_cpu()
90 befs_disk_block_run run; in cpu_to_fsrun() local
93 run.allocation_group = cpu_to_le32(n.allocation_group); in cpu_to_fsrun()
[all …]
Ddatastream.c26 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()
93 befs_blocknr_t fblock, befs_block_run * run) in befs_fblock2brun() argument
99 err = befs_find_brun_direct(sb, data, fblock, run); in befs_fblock2brun()
102 err = befs_find_brun_indirect(sb, data, fblock, run); in befs_fblock2brun()
105 err = befs_find_brun_dblindirect(sb, data, fblock, run); in befs_fblock2brun()
[all …]
Dbefs.h149 befs_brun_size(struct super_block *sb, befs_block_run run) in befs_brun_size() argument
151 return BEFS_SB(sb)->block_size * run.len; in befs_brun_size()
Ddatastream.h11 befs_blocknr_t fblock, befs_block_run * run);
Ddebug.c233 befs_dump_run(const struct super_block *sb, befs_disk_block_run run)
237 befs_block_run n = fsrun_to_cpu(sb, run);
Dlinuxvfs.c124 befs_block_run run = BAD_IADDR; in befs_get_block() local
144 res = befs_fblock2brun(sb, ds, block, &run); in befs_get_block()
152 disk_off = (ulong) iaddr2blockno(sb, &run); in befs_get_block()
/fs/jbd2/
Dcommit.c404 stats.u.run.rs_wait = commit_transaction->t_max_wait; in jbd2_journal_commit_transaction()
405 stats.u.run.rs_locked = jiffies; in jbd2_journal_commit_transaction()
406 stats.u.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction()
407 stats.u.run.rs_locked); in jbd2_journal_commit_transaction()
479 stats.u.run.rs_flushing = jiffies; in jbd2_journal_commit_transaction()
480 stats.u.run.rs_locked = jbd2_time_diff(stats.u.run.rs_locked, in jbd2_journal_commit_transaction()
481 stats.u.run.rs_flushing); in jbd2_journal_commit_transaction()
514 stats.u.run.rs_logging = jiffies; in jbd2_journal_commit_transaction()
515 stats.u.run.rs_flushing = jbd2_time_diff(stats.u.run.rs_flushing, in jbd2_journal_commit_transaction()
516 stats.u.run.rs_logging); in jbd2_journal_commit_transaction()
[all …]
Djournal.c742 jiffies_to_msecs(ts->u.run.rs_wait), in jbd2_seq_history_show()
743 jiffies_to_msecs(ts->u.run.rs_running), in jbd2_seq_history_show()
744 jiffies_to_msecs(ts->u.run.rs_locked), in jbd2_seq_history_show()
745 jiffies_to_msecs(ts->u.run.rs_flushing), in jbd2_seq_history_show()
746 jiffies_to_msecs(ts->u.run.rs_logging), in jbd2_seq_history_show()
747 ts->u.run.rs_handle_count, in jbd2_seq_history_show()
748 ts->u.run.rs_blocks, in jbd2_seq_history_show()
749 ts->u.run.rs_blocks_logged); in jbd2_seq_history_show()
845 jiffies_to_msecs(s->stats->u.run.rs_wait / s->stats->ts_tid)); in jbd2_seq_info_show()
847 jiffies_to_msecs(s->stats->u.run.rs_running / s->stats->ts_tid)); in jbd2_seq_info_show()
[all …]
/fs/omfs/
Dbitmap.c138 int i, run, bit; in omfs_allocate_range() local
150 run = count_run(&sbi->s_imap[i], bits_per_entry, in omfs_allocate_range()
153 if (run >= min_request) in omfs_allocate_range()
155 bit += run; in omfs_allocate_range()
163 *return_size = run; in omfs_allocate_range()
164 ret = set_run(sb, i, bits_per_entry, bit, run, 1); in omfs_allocate_range()
/fs/
DKconfig.binfmt8 systems. Saying Y here will enable your kernel to run ELF binaries
12 to run executables from different architectures or operating systems
13 however) and makes building run-time libraries very easy. Many new
21 here, you still can't run any ELF binaries (they just crash), then
41 It is also possible to run FDPIC ELF binaries on MMU linux also.
98 who need to run binaries from that era.
144 programs that need an interpreter to run like Java, Python, .NET or
145 Emacs-Lisp. It's also useful if you often run DOS executables under
Daio.c905 int run = 0; in try_queue_kicked_iocb() local
918 run = __queue_kicked_iocb(iocb); in try_queue_kicked_iocb()
920 if (run) in try_queue_kicked_iocb()
DKconfig65 quotas for which you don't need to run quotacheck(8) after an unclean
/fs/sysv/
DKconfig12 to run these binaries, you will want to install linux-abi which is
13 a set of kernel modules that lets you run SCO, Xenix, Wyse,
/fs/ext3/
DKconfig10 to run e2fsck (file system checker) on your file systems after a
18 file system has been cleanly unmounted, or e2fsck is run on the file
/fs/ocfs2/
DKconfig37 run-time selectable.
48 It is safe to say Y, as the clustering method is run-time
/fs/cifs/
DTODO119 2) Modify file portion of ltp so it can run against a mounted network
120 share and run it against cifs vfs in automated fashion.
DREADME93 Note that when the mount.cifs utility is run suid (allowing user mounts),
/fs/ntfs/
DKconfig72 This is currently useful with TopologiLinux. TopologiLinux is run
DChangeLog151 The Windows boot will run chkdsk and then reboot. The user can then
657 includes functions to set/clear a single bit or a run of bits.
774 to run chkdsk.
791 found, the volume is left marked dirty to force chkdsk to run.
1661 - Fix stupid buffer overflow bug that became apparent on larger run
/fs/gfs2/
Ddir.c1207 int run = 0; in do_filldir_main() local
1230 if (*copied && !run) in do_filldir_main()
1232 run = 1; in do_filldir_main()
1234 run = 0; in do_filldir_main()
/fs/reiserfs/
DREADME149 the endian safe patches which allow ReiserFS to run on any platform
/fs/affs/
DChanges124 systems, since you can't run programs on them.