Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 10 of 10) sorted by relevance

/fs/afs/
A Dfs_probe.c59 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 Dbtree_write_buffer.c139 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 Dtrace.h1317 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 Dhpfs.h122 u8 fast: 1; /* partition was fast formatted */ member
128 u8 fast: 1; /* partition was fast formatted */ member
/fs/cachefiles/
A DKconfig8 filesystems - primarily networking filesystems - thus allowing fast
/fs/proc/
A DKconfig117 Provides a fast way to retrieve first level children pids of a task. See
/fs/ubifs/
A Dbudget.c474 if (req->fast) { in ubifs_budget_space()
A Dfile.c314 struct ubifs_budget_req req = { .fast = 1 }; in allocate_budget()
A Dubifs.h878 unsigned int fast:1; member
/fs/befs/
A DChangeLog231 to be about as fast (even though it has to look up each file block

Completed in 28 milliseconds