Home
last modified time | relevance | path

Searched refs:s_fsize (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ufs/ !
H A Dsuper.c468 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_read_cylinder_structures()
477 memcpy(space, bh->b_data, uspi->s_fsize); in ufs_read_cylinder_structures()
478 space += uspi->s_fsize; in ufs_read_cylinder_structures()
596 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_put_super_internal()
598 for (i = 0; i < blks; i++, space += uspi->s_fsize) { in ufs_put_super_internal()
606 memcpy(bh->b_data, space, uspi->s_fsize); in ufs_put_super_internal()
787 uspi->s_fsize = block_size = 512; in ufs_fill_super()
797 uspi->s_fsize = block_size = 512; in ufs_fill_super()
810 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
821 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
[all …]
H A Dutil.h320 ((begin) & ((uspi->s_fsize>>2) - 1)))
324 ((begin) & ((uspi->s_fsize>>3) - 1)))
H A Dinode.c686 (inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_iget()
879 #define DIRECT_FRAGMENT ((inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift)
1046 lastfrag = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_alloc_lastblock()
H A Dballoc.c747 if ((offset + size) < uspi->s_fsize) in ubh_scanc()
750 rest = uspi->s_fsize - offset; in ubh_scanc()
H A Dufs_fs.h741 __u32 s_fsize; /* size of fragments */ member