Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 6 of 6) sorted by relevance

/fs/squashfs/
Dcache.c297 int remaining = length; in squashfs_copy_data() local
310 if (bytes >= remaining) { in squashfs_copy_data()
311 memcpy(buffer, buff, remaining); in squashfs_copy_data()
312 remaining = 0; in squashfs_copy_data()
318 remaining -= bytes; in squashfs_copy_data()
322 return length - remaining; in squashfs_copy_data()
/fs/
Dtimerfd.c55 ktime_t remaining; in timerfd_get_remaining() local
57 remaining = hrtimer_expires_remaining(&ctx->tmr); in timerfd_get_remaining()
58 return remaining.tv64 < 0 ? ktime_set(0, 0): remaining; in timerfd_get_remaining()
Ddirect-io.c264 unsigned long remaining; in dio_bio_end_aio() local
271 remaining = --dio->refcount; in dio_bio_end_aio()
272 if (remaining == 1 && dio->waiter) in dio_bio_end_aio()
276 if (remaining == 0) { in dio_bio_end_aio()
/fs/cifs/
Dconnect.c216 int remaining; in check2ndT2() local
233 remaining = total_data_size - data_in_this_rsp; in check2ndT2()
235 if (remaining == 0) in check2ndT2()
237 else if (remaining < 0) { in check2ndT2()
243 remaining)); in check2ndT2()
249 return remaining; in check2ndT2()
259 int remaining; in coalesce_t2() local
273 remaining = total_data_size - total_in_buf; in coalesce_t2()
275 if (remaining < 0) in coalesce_t2()
278 if (remaining == 0) /* nothing to do, ignore */ in coalesce_t2()
[all …]
/fs/cramfs/
DREADME111 The remaining options try to make cramfs more sharable.
/fs/ntfs/
DChangeLog441 - Add mapping of unmapped buffers to all remaining code paths, i.e.