Searched refs:fast (Results 1 – 10 of 10) sorted by relevance
| /fs/afs/ |
| A D | fs_probe.c | 59 struct afs_server *server, bool fast) in afs_schedule_fs_probe() argument 67 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval; in afs_schedule_fs_probe() 422 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local 442 fast = slow = server = NULL; in afs_fs_probe_dispatcher() 447 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher() 448 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval; in afs_fs_probe_dispatcher() 452 fast = NULL; in afs_fs_probe_dispatcher() 467 server = fast ?: slow; in afs_fs_probe_dispatcher()
|
| /fs/bcachefs/ |
| A D | btree_write_buffer.c | 139 size_t *fast) in wb_flush_one() argument 188 (*fast)++; in wb_flush_one() 291 size_t overwritten = 0, fast = 0, slowpath = 0, could_not_insert = 0; in bch2_btree_write_buffer_flush_locked() local 401 &accounting_accumulated, &fast); in bch2_btree_write_buffer_flush_locked() 501 trace_write_buffer_flush(trans, wb->flushing.keys.nr, overwritten, fast, 0); in bch2_btree_write_buffer_flush_locked()
|
| A D | trace.h | 1317 TP_PROTO(struct btree_trans *trans, size_t nr, size_t skipped, size_t fast, size_t size), 1318 TP_ARGS(trans, nr, skipped, fast, size), 1323 __field(size_t, fast ) 1330 __entry->fast = fast; 1335 __entry->nr, __entry->size, __entry->skipped, __entry->fast)
|
| /fs/hpfs/ |
| A D | hpfs.h | 122 u8 fast: 1; /* partition was fast formatted */ member 128 u8 fast: 1; /* partition was fast formatted */ member
|
| /fs/cachefiles/ |
| A D | Kconfig | 8 filesystems - primarily networking filesystems - thus allowing fast
|
| /fs/proc/ |
| A D | Kconfig | 117 Provides a fast way to retrieve first level children pids of a task. See
|
| /fs/ubifs/ |
| A D | budget.c | 474 if (req->fast) { in ubifs_budget_space()
|
| A D | file.c | 314 struct ubifs_budget_req req = { .fast = 1 }; in allocate_budget()
|
| A D | ubifs.h | 878 unsigned int fast:1; member
|
| /fs/befs/ |
| A D | ChangeLog | 231 to be about as fast (even though it has to look up each file block
|
Completed in 28 milliseconds