Searched refs:b2 (Results 1 – 5 of 5) sorted by relevance
/fs/hpfs/ |
D | ea.c | 321 void *b1, *b2; in hpfs_set_ea() local 326 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea() 331 memcpy(b2, b1, 512); in hpfs_set_ea()
|
/fs/ntfs/ |
D | runlist.c | 862 u8 b2 = *buf & 0xf; in ntfs_mapping_pairs_decompress() local 863 b = b2 + ((*buf >> 4) & 0xf); in ntfs_mapping_pairs_decompress() 866 for (deltaxcn = (s8)buf[b--]; b > b2; b--) in ntfs_mapping_pairs_decompress()
|
/fs/ext4/ |
D | extents.c | 1885 ext4_lblk_t b1, b2; in ext4_ext_check_overlap() local 1894 b2 = EXT4_LBLK_CMASK(sbi, le32_to_cpu(path[depth].p_ext->ee_block)); in ext4_ext_check_overlap() 1900 if (b2 < b1) { in ext4_ext_check_overlap() 1901 b2 = ext4_ext_next_allocated_block(path); in ext4_ext_check_overlap() 1902 if (b2 == EXT_MAX_BLOCKS) in ext4_ext_check_overlap() 1904 b2 = EXT4_LBLK_CMASK(sbi, b2); in ext4_ext_check_overlap() 1915 if (b1 + len1 > b2) { in ext4_ext_check_overlap() 1916 newext->ee_len = cpu_to_le16(b2 - b1); in ext4_ext_check_overlap()
|
D | mballoc.c | 507 unsigned char *b1, *b2; in mb_cmp_bitmaps() local 510 b2 = (unsigned char *) bitmap; in mb_cmp_bitmaps() 512 if (b1[i] != b2[i]) { in mb_cmp_bitmaps() 517 e4b->bd_group, i, i * 8, b1[i], b2[i]); in mb_cmp_bitmaps()
|
/fs/btrfs/ |
D | inode.c | 1997 struct sa_defrag_extent_backref *b2) in backref_comp() argument 1999 if (b1->root_id < b2->root_id) in backref_comp() 2001 else if (b1->root_id > b2->root_id) in backref_comp() 2004 if (b1->inum < b2->inum) in backref_comp() 2006 else if (b1->inum > b2->inum) in backref_comp() 2009 if (b1->file_pos < b2->file_pos) in backref_comp() 2011 else if (b1->file_pos > b2->file_pos) in backref_comp()
|