Searched refs:s_size (Results 1 - 12 of 12) sorted by relevance

/fs/jfs/
H A Djfs_superblock.h40 __le64 s_size; /* 8: aggregate size in hardware/LVM blocks; member in struct:jfs_superblock
98 __le64 s_xsize; /* 8: extendfs s_size */
H A Djfs_mount.c338 (unsigned long long) le64_to_cpu(j_sb->s_size));
H A Dresize.c284 * s_size: aggregate size in physical blocks;
368 * by washing away bmap file of pages outside s_size boundary;
495 j_sb->s_size = cpu_to_le64(bmp->db_mapsize <<
/fs/adfs/
H A Dadfs.h61 unsigned long s_size; /* total size (in blocks) of this fs */ member in struct:adfs_sb_info
H A Dsuper.c229 buf->f_blocks = sbi->s_size;
447 asb->s_size = adfs_discsize(dr, sb->s_blocksize_bits);
/fs/logfs/
H A Dsuper.c104 stats->f_blocks = super->s_size >> LOGFS_BLOCK_BITS >> 3;
171 ds->ds_filesystem_size = cpu_to_be64(super->s_size);
402 super->s_size = be64_to_cpu(ds->ds_filesystem_size);
413 super->s_no_segs = super->s_size >> super->s_segshift;
H A Dlogfs.h360 u64 s_size; /* filesystem size */ member in struct:logfs_super
/fs/bfs/
H A Dinode.c327 unsigned long i_sblock, i_eblock, i_eoff, s_size; local
416 s_size = le32_to_cpu(bfs_sb->s_end);
421 i_eoff > s_size ||
/fs/ufs/
H A Dufs_fs.h736 __u32 s_size; /* number of blocks (fragments) in fs */ member in struct:ufs_sb_private_info
H A Dballoc.c407 if (goal >= uspi->s_size)
H A Dsuper.c1153 uspi->s_size = fs32_to_cpu(sb, usb1->fs_size);
/fs/ocfs2/
H A Dxattr.c601 int s_size = ocfs2_xattr_entry_real_size(strlen(si->name), local
610 s_size > OCFS2_XATTR_FREE_IN_IBODY) {
641 int s_size = 0, a_size = 0, acl_len = 0, new_clusters; local
644 s_size = ocfs2_xattr_entry_real_size(strlen(si->name),
661 if (!(s_size + a_size))
678 (s_size + a_size) > OCFS2_XATTR_FREE_IN_IBODY) {
684 (s_size + a_size) > OCFS2_XATTR_FREE_IN_BLOCK(dir)) {

Completed in 179 milliseconds