Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_extent_busy.c637 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp() local
641 diff = b1->agno - b2->agno; in xfs_extent_busy_ag_cmp()
643 diff = b1->bno - b2->bno; in xfs_extent_busy_ag_cmp()
/fs/hpfs/
Dea.c322 void *b1, *b2; in hpfs_set_ea() local
327 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea()
332 memcpy(b2, b1, 512); in hpfs_set_ea()
/fs/ntfs/
Drunlist.c848 u8 b2 = *buf & 0xf; in ntfs_mapping_pairs_decompress() local
849 b = b2 + ((*buf >> 4) & 0xf); in ntfs_mapping_pairs_decompress()
852 for (deltaxcn = (s8)buf[b--]; b > b2; b--) in ntfs_mapping_pairs_decompress()
/fs/ext4/
Dextents.c1952 ext4_lblk_t b1, b2; in ext4_ext_check_overlap() local
1961 b2 = EXT4_LBLK_CMASK(sbi, le32_to_cpu(path[depth].p_ext->ee_block)); in ext4_ext_check_overlap()
1967 if (b2 < b1) { in ext4_ext_check_overlap()
1968 b2 = ext4_ext_next_allocated_block(path); in ext4_ext_check_overlap()
1969 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap()
1971 b2 = EXT4_LBLK_CMASK(sbi, b2); in ext4_ext_check_overlap()
1982 if (b1 + len1 > b2) { in ext4_ext_check_overlap()
1983 newext->ee_len = cpu_to_le16(b2 - b1); in ext4_ext_check_overlap()
Dmballoc.c498 unsigned char *b1, *b2; in mb_cmp_bitmaps() local
501 b2 = (unsigned char *) bitmap; in mb_cmp_bitmaps()
503 if (b1[i] != b2[i]) { in mb_cmp_bitmaps()
508 e4b->bd_group, i, i * 8, b1[i], b2[i]); in mb_cmp_bitmaps()
/fs/btrfs/
Dinode.c2565 struct sa_defrag_extent_backref *b2) in backref_comp() argument
2567 if (b1->root_id < b2->root_id) in backref_comp()
2569 else if (b1->root_id > b2->root_id) in backref_comp()
2572 if (b1->inum < b2->inum) in backref_comp()
2574 else if (b1->inum > b2->inum) in backref_comp()
2577 if (b1->file_pos < b2->file_pos) in backref_comp()
2579 else if (b1->file_pos > b2->file_pos) in backref_comp()