Searched refs:s_bsize (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_superblock.h43 __le32 s_bsize; /* 4: aggregate block size in bytes; member in struct:jfs_superblock
46 __le16 s_l2bsize; /* 2: log2 of s_bsize */
47 __le16 s_l2bfactor; /* 2: log2(s_bsize/hardware block size) */
H A Djfs_mount.c327 bsize = le32_to_cpu(j_sb->s_bsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dtruncate.c63 #define DIRECT_BLOCK ((inode->i_size + uspi->s_bsize - 1) >> uspi->s_bshift)
197 ind_ubh = ubh_bread(sb, tmp, uspi->s_bsize);
276 dind_bh = ubh_bread(sb, tmp, uspi->s_bsize);
337 tind_bh = ubh_bread (sb, tmp, uspi->s_bsize);
H A Dsuper.c529 size = uspi->s_bsize;
656 size = uspi->s_bsize;
955 uspi->s_bsize = fs32_to_cpu(sb, usb1->fs_bsize);
976 if (!is_power_of_2(uspi->s_bsize)) {
978 uspi->s_bsize);
981 if (uspi->s_bsize < 4096) {
983 uspi->s_bsize);
986 if (uspi->s_bsize / uspi->s_fsize > 8) {
988 uspi->s_bsize / uspi->s_fsize);
1068 /* s_bsize alread
[all...]
H A Dufs_fs.h581 __u32 s_bsize; /* size of basic blocks */ member in struct:ufs_sb_private_info

Completed in 116 milliseconds