behind           1396 drivers/md/md-bitmap.c int md_bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int behind)
behind           1401 drivers/md/md-bitmap.c 	if (behind) {
behind           1461 drivers/md/md-bitmap.c 			unsigned long sectors, int success, int behind)
behind           1465 drivers/md/md-bitmap.c 	if (behind) {
behind            255 drivers/md/md-bitmap.h 			 unsigned long sectors, int behind);
behind            257 drivers/md/md-bitmap.h 			unsigned long sectors, int success, int behind);
behind            427 drivers/md/raid1.c 	int behind = test_bit(R1BIO_BehindIO, &r1_bio->state);
behind            501 drivers/md/raid1.c 	if (behind) {
behind             27 fs/ubifs/master.c 	int behind;
behind             43 fs/ubifs/master.c 	behind = hmac_offs + UBIFS_MAX_HMAC_LEN;
behind             45 fs/ubifs/master.c 	if (UBIFS_MST_NODE_SZ > behind)
behind             46 fs/ubifs/master.c 		return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind);