Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_extent_busy.c651 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp() local
655 diff = b1->agno - b2->agno; in xfs_extent_busy_ag_cmp()
657 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.c1904 ext4_lblk_t b1, b2; in ext4_ext_check_overlap() local
1913 b2 = EXT4_LBLK_CMASK(sbi, le32_to_cpu(path[depth].p_ext->ee_block)); in ext4_ext_check_overlap()
1919 if (b2 < b1) { in ext4_ext_check_overlap()
1920 b2 = ext4_ext_next_allocated_block(path); in ext4_ext_check_overlap()
1921 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap()
1923 b2 = EXT4_LBLK_CMASK(sbi, b2); in ext4_ext_check_overlap()
1934 if (b1 + len1 > b2) { in ext4_ext_check_overlap()
1935 newext->ee_len = cpu_to_le16(b2 - b1); in ext4_ext_check_overlap()
Dmballoc.c497 unsigned char *b1, *b2; in mb_cmp_bitmaps() local
500 b2 = (unsigned char *) bitmap; in mb_cmp_bitmaps()
502 if (b1[i] != b2[i]) { in mb_cmp_bitmaps()
507 e4b->bd_group, i, i * 8, b1[i], b2[i]); in mb_cmp_bitmaps()
/fs/btrfs/
Dinode.c2410 struct sa_defrag_extent_backref *b2) in backref_comp() argument
2412 if (b1->root_id < b2->root_id) in backref_comp()
2414 else if (b1->root_id > b2->root_id) in backref_comp()
2417 if (b1->inum < b2->inum) in backref_comp()
2419 else if (b1->inum > b2->inum) in backref_comp()
2422 if (b1->file_pos < b2->file_pos) in backref_comp()
2424 else if (b1->file_pos > b2->file_pos) in backref_comp()