Searched refs:behind (Results 1 - 7 of 7) sorted by relevance

/linux-master/block/
H A Dbadblocks.c290 * 6.3) Behind merge: If the already set bad blocks range E is behind the setting
307 * values are same, the setting range S can behind merges into range E. The
425 * 5.2) The already set bad block range is behind overlaopped with the clearing
532 * with the bad range (from the bad table) index by 'behind'.
535 struct badblocks_context *bad, int behind)
541 if ((s < BB_OFFSET(p[behind])) &&
542 ((s + sectors) >= BB_OFFSET(p[behind])) &&
543 ((BB_END(p[behind]) - s) <= BB_MAX_LEN) &&
544 BB_ACK(p[behind]) == bad->ack)
551 * (from the bad table) indexed by 'behind'
534 can_merge_behind(struct badblocks *bb, struct badblocks_context *bad, int behind) argument
554 behind_merge(struct badblocks *bb, struct badblocks_context *bad, int behind) argument
686 overlap_behind(struct badblocks *bb, struct badblocks_context *bad, int behind) argument
[all...]
/linux-master/drivers/md/
H A Dmd-bitmap.h133 __le32 write_behind; /* 60 number of outstanding write-behind writes */
256 unsigned long sectors, int behind);
258 unsigned long sectors, int success, int behind);
H A Dmd-bitmap.c540 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind));
690 reason = "write-behind limit out of range (0 - 16383)";
1464 int md_bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int behind) argument
1469 if (behind) {
1476 pr_debug("inc write-behind count %d/%lu\n",
1529 unsigned long sectors, int success, int behind)
1533 if (behind) {
1536 pr_debug("dec write-behind count %d/%lu\n",
1845 /* wait for behind writes to complete */
1847 pr_debug("md:%s: behind write
1528 md_bitmap_endwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int success, int behind) argument
[all...]
H A Draid1.c327 * to go idle. All I/Os, even write-behind writes, are done.
447 int behind = test_bit(R1BIO_BehindIO, &r1_bio->state); local
520 if (behind) {
527 * In behind mode, we ACK the master bio once the I/O
538 pr_debug("raid1: behind end write sectors"
1255 pr_debug("%dB behind alloc failed, doing sync I/O\n",
1383 * over-take any writes that are 'behind'
1385 mddev_add_trace_msg(mddev, "raid1 wait behind writes");
1490 * The write-behind io is only attempted on drives marked as
1491 * write-mostly, which means we could allocate write behind
[all...]
/linux-master/fs/ubifs/
H A Dmaster.c27 int behind; local
43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN;
45 if (UBIFS_MST_NODE_SZ > behind)
46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind);
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S101 nop # E : hide the cmov latency (2) behind ctlz latency
/linux-master/arch/x86/boot/
H A Dheader.S268 # loader knows how much data behind
547 # stack behind its own code, so we can't blindly put it directly past the heap.

Completed in 235 milliseconds