Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dfile.c372 size_t blks = (size + sdp->sd_sb.sb_bsize - 1) >> sdp->sd_sb.sb_bsize_shift; in gfs2_size_hint()
1266 loff_t bsize_mask = ~((loff_t)sdp->sd_sb.sb_bsize - 1); in __gfs2_fallocate()
1281 bytes = sdp->sd_max_rg_data * sdp->sd_sb.sb_bsize / 2; in __gfs2_fallocate()
1286 bytes = sdp->sd_sb.sb_bsize; in __gfs2_fallocate()
H A Drecovery.c136 sdp->sd_sb.sb_bsize - LH_V1_SIZE - 4); in __get_log_header()
H A Dbmap.c902 while ((lblock + 1) * sdp->sd_sb.sb_bsize > sdp->sd_heightsize[height]) in __gfs2_iomap_get()
2358 end_of_file = (i_size_read(&ip->i_inode) + sdp->sd_sb.sb_bsize - 1) >> shift; in gfs2_write_alloc_required()
2360 lblock_stop = (offset + len + sdp->sd_sb.sb_bsize - 1) >> shift; in gfs2_write_alloc_required()
H A Dsuper.c980 buf->f_bsize = sdp->sd_sb.sb_bsize; in gfs2_statfs()
H A Dquota.c749 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h120 __be32 sb_bsize; member