Searched refs:nonblock (Results 1 – 7 of 7) sorted by relevance
| /fs/ |
| A D | signalfd.c | 155 int nonblock) in signalfd_dequeue() argument 165 if (!nonblock) in signalfd_dequeue() 208 bool nonblock; in signalfd_read_iter() local 214 nonblock = file->f_flags & O_NONBLOCK || iocb->ki_flags & IOCB_NOWAIT; in signalfd_read_iter() 216 ret = signalfd_dequeue(ctx, &info, nonblock); in signalfd_read_iter() 223 nonblock = 1; in signalfd_read_iter()
|
| A D | eventpoll.c | 2323 bool nonblock) in epoll_mutex_lock() argument 2325 if (!nonblock) { in epoll_mutex_lock() 2335 bool nonblock) in do_epoll_ctl() argument 2403 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl() 2410 error = epoll_mutex_lock(&epnested_mutex, 0, nonblock); in do_epoll_ctl() 2421 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl()
|
| /fs/bcachefs/ |
| A D | fs-io-pagecache.c | 697 bool nonblock) in bch2_seek_pagecache_data() argument 714 if (!nonblock) { in bch2_seek_pagecache_data() 749 unsigned min_replicas, bool nonblock) in folio_hole_offset() argument 757 FGP_LOCK|(nonblock ? FGP_NOWAIT : 0), 0); in folio_hole_offset() 786 bool nonblock) in bch2_seek_pagecache_hole() argument 793 ret = folio_hole_offset(mapping, &offset, min_replicas, nonblock); in bch2_seek_pagecache_hole() 804 bool nonblock) in bch2_clamp_data_hole() argument 809 *hole_start << 9, *hole_end << 9, min_replicas, nonblock) >> 9; in bch2_clamp_data_hole() 819 *hole_start << 9, *hole_end << 9, min_replicas, nonblock) >> 9; in bch2_clamp_data_hole()
|
| A D | fs.c | 1335 bool nonblock) in bch2_fiemap_hole_pagecache() argument 1339 dstart = bch2_seek_pagecache_data(vinode, *start, *end, 0, nonblock); in bch2_fiemap_hole_pagecache() 1348 dend = bch2_seek_pagecache_hole(vinode, dstart, *end, 0, nonblock); in bch2_fiemap_hole_pagecache()
|
| /fs/gfs2/ |
| A D | glock.c | 848 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() argument 865 if (nonblock) in run_queue()
|
| /fs/ceph/ |
| A D | super.h | 1278 int need, int want, bool nonblock, int *got);
|
| A D | caps.c | 3009 bool nonblock, int *got) in ceph_try_get_caps() argument 3024 if (nonblock) in ceph_try_get_caps()
|
Completed in 37 milliseconds