Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsysv_fs.h30 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
69 __fs32 s_fsize; /* total number of zones of this fs */ member
100 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
130 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
168 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
/linux-4.4.14/fs/ufs/
Dsuper.c517 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_read_cylinder_structures()
525 size = (blks - i) * uspi->s_fsize; in ufs_read_cylinder_structures()
645 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_put_super_internal()
650 size = (blks - i) * uspi->s_fsize; in ufs_put_super_internal()
821 uspi->s_fsize = block_size = 512; in ufs_fill_super()
831 uspi->s_fsize = block_size = 512; in ufs_fill_super()
841 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
852 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
864 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
875 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
[all …]
Dutil.c156 len = min_t(unsigned int, size, uspi->s_fsize); in _ubh_ubhcpymem_()
158 mem += uspi->s_fsize; in _ubh_ubhcpymem_()
172 len = min_t(unsigned int, size, uspi->s_fsize); in _ubh_memcpyubh_()
174 mem += uspi->s_fsize; in _ubh_memcpyubh_()
Dutil.h332 ((begin) & ((uspi->s_fsize>>2) - 1)))
336 ((begin) & ((uspi->s_fsize>>3) - 1)))
Dinode.c684 (inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_iget()
871 #define DIRECT_FRAGMENT ((inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift)
1045 lastfrag = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_alloc_lastblock()
Dballoc.c753 if ((offset + size) < uspi->s_fsize) in ubh_scanc()
756 rest = uspi->s_fsize - offset; in ubh_scanc()
Dufs_fs.h742 __u32 s_fsize; /* size of fragments */ member
/linux-4.4.14/fs/sysv/
Dsuper.c75 sbi->s_nzones = fs32_to_cpu(sbi, sbd1->s_fsize); in detected_xenix()
103 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv4()
131 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv2()
154 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_coherent()
175 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_v7()
450 fs32_to_cpu(sbi, v7sb->s_fsize) > V7_MAXSIZE) in v7_sanity_check()