Home
last modified time | relevance | path

Searched refs:until (Results 1 – 8 of 8) sorted by relevance

/fs/bcachefs/
A Dclock.c69 void bch2_io_clock_schedule_timeout(struct io_clock *clock, u64 until) in bch2_io_clock_schedule_timeout() argument
72 .io_timer.expire = until, in bch2_io_clock_schedule_timeout()
A Dthread_with_file.c369 unsigned long until = jiffies + timeout, t; in bch2_stdio_redirect_readline_timeout() local
374 ? max_t(long, until - jiffies, 0) in bch2_stdio_redirect_readline_timeout()
388 if (!n && timeout != MAX_SCHEDULE_TIMEOUT && time_after_eq(jiffies, until)) { in bch2_stdio_redirect_readline_timeout()
A Dtrace.h971 u64 wait_amount, u64 until),
972 TP_ARGS(c, wait_amount, until),
977 __field(u64, until )
983 __entry->until = until;
988 __entry->wait_amount, __entry->until)
/fs/jffs2/
A DREADME.Locking22 When writing new nodes, the alloc_sem must be held until the new nodes
26 until this happens we ensure that any data in the write-buffer at the
29 don't actually get erased until the write-buffer has been flushed to
/fs/nilfs2/
A DKconfig19 periods until they are changed back to checkpoints. Each
/fs/
A Daio.c1314 ktime_t until) in read_events() argument
1335 if (until == 0 || ret < 0 || ret >= min_nr) in read_events()
1339 if (until != KTIME_MAX) { in read_events()
1340 hrtimer_set_expires_range_ns(&t.timer, until, current->timer_slack_ns); in read_events()
2224 ktime_t until = ts ? timespec64_to_ktime(*ts) : KTIME_MAX; in do_io_getevents() local
2230 ret = read_events(ioctx, min_nr, nr, events, until); in do_io_getevents()
A DKconfig.binfmt106 You can build this support as a module; however, until that module
/fs/affs/
A DChanges65 - disable link to directories until we can properly support them.

Completed in 176 milliseconds