Searched refs:b_size (Results 51 - 75 of 80) sorted by relevance

1234

/linux-master/fs/ext4/
H A Dxattr.c303 return check_xattrs(inode, bh, BFIRST(bh), bh->b_data + bh->b_size,
601 end = bh->b_data + bh->b_size;
1905 bs->s.end = bs->bh->b_data + bs->bh->b_size;
1985 s->base = kmemdup(BHDR(bs->bh), bs->bh->b_size, GFP_NOFS);
1992 s->end = s->base + bs->bh->b_size;
2170 memcpy(new_bh->b_data, s->base, new_bh->b_size);
2803 end = bh->b_data + bh->b_size;
H A Ddir.c259 bh->b_data, bh->b_size,
H A Dinode.c763 map.m_len = bh->b_size >> inode->i_blkbits;
770 bh->b_size = inode->i_sb->s_blocksize * map.m_len;
773 /* hole case, need to fill in bh->b_size */
774 bh->b_size = inode->i_sb->s_blocksize * map.m_len;
956 unsigned blocksize = head->b_size;
1054 WARN_ON(bh->b_size != blocksize);
1353 block_end = block_start + bh->b_size;
1807 BUG_ON(bh->b_size != inode->i_sb->s_blocksize);
4419 memset(bh->b_data, 0, bh->b_size);
H A Dballoc.c202 if ((bit_max >> 3) >= bh->b_size)
H A Dindirect.c371 memset(bh->b_data, 0, bh->b_size);
H A Dresize.c594 s_group_desc, j)->b_data, gdb->b_size);
1618 gdb_bh->b_data, gdb_bh->b_size, meta_bg);
/linux-master/fs/reiserfs/
H A Ddo_balan.c507 !op_is_left_mergeable(leaf_key(tbS0, 0), tbS0->b_size) ||
508 !op_is_left_mergeable(left_delim_key, tbS0->b_size),
544 op_is_left_mergeable(leaf_key(tbS0, 0), tbS0->b_size)) {
H A Djournal.c2260 real_blocks[i]->b_size);
4082 memset(d_bh->b_data, 0, d_bh->b_size);
4094 memset(c_bh->b_data, 0, c_bh->b_size);
4215 cn->bh->b_size);
H A Dreiserfs.h2057 #define MAX_CHILD_SIZE(bh) ((int)( (bh)->b_size - BLKH_SIZE ))
2699 #define get_journal_desc_magic(bh) (bh->b_data + bh->b_size - 12)
H A Dbitmap.c1397 unsigned long *cur = (unsigned long *)(bh->b_data + bh->b_size);
/linux-master/fs/ext2/
H A Dsuper.c1034 if (sb->s_blocksize != bh->b_size) {
1507 tmp_bh.b_size = sb->s_blocksize;
1545 tmp_bh.b_size = sb->s_blocksize;
H A Dinode.c786 unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;
797 bh_result->b_size = (ret << inode->i_blkbits);
/linux-master/fs/omfs/
H A Dinode.c156 memcpy(bh2->b_data, bh->b_data, bh->b_size);
/linux-master/fs/sysv/
H A Ditree.c83 return (sysv_zone_t*)((char*)bh->b_data + bh->b_size);
/linux-master/fs/nilfs2/
H A Dsuper.c393 nsbh->b_size - offset - nilfs->ns_sbsize);
395 memset(nsbh->b_data, 0, nsbh->b_size);
H A Dinode.c82 unsigned int maxblocks = bh_result->b_size >> inode->i_blkbits;
90 bh_result->b_size = (ret << inode->i_blkbits);
H A Dsegment.c445 if (ssp->offset < ssp->bh->b_size)
447 ssp->bh->b_size - ssp->offset);
/linux-master/fs/gfs2/
H A Dxattr.c104 bh->b_data + bh->b_size)) {
118 bh->b_data + bh->b_size) {
H A Dquota.c794 bh->b_size);
H A Dinode.c453 gfs2_qstr2dirent(&gfs2_qdotdot, dibh->b_size - GFS2_DIRENT_SIZE(1) - sizeof(struct gfs2_dinode), dent);
/linux-master/drivers/scsi/
H A Dst.c3914 int segs, max_segs, b_size, order, got;
3932 b_size = PAGE_SIZE << order;
3934 for (b_size = PAGE_SIZE, order = 0;
3937 order++, b_size *= 2)
3960 got += b_size;
3899 int segs, max_segs, b_size, order, got; local
/linux-master/fs/ocfs2/
H A Dxattr.c1543 if (loc->xl_size == (bh->b_size -
1672 if (loc->xl_size == (bh->b_size -
2276 (struct ocfs2_xattr_header *)(bh->b_data + bh->b_size -
2295 loc->xl_size = bh->b_size - offsetof(struct ocfs2_xattr_block,
2833 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size;
H A Djournal.c647 (unsigned long long)bh->b_blocknr, type, bh->b_size);
H A Ddir.c1316 leaf_bh, leaf_bh->b_data, leaf_bh->b_size);
1378 bh->b_size);
/linux-master/fs/ntfs3/
H A Dsuper.c902 if (bh->b_size - sizeof(*boot) < boot_off)

Completed in 408 milliseconds

1234