Home
last modified time | relevance | path

Searched refs:s_fsize (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dsysv_fs.h31 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
70 __fs32 s_fsize; /* total number of zones of this fs */ member
101 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
131 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
169 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
/kernel/linux/linux-6.6/include/linux/
H A Dsysv_fs.h31 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
70 __fs32 s_fsize; /* total number of zones of this fs */ member
101 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
131 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
169 __fs32 s_fsize __packed2__; /* total number of zones of this fs */
/kernel/linux/linux-5.10/fs/ufs/
H A Dsuper.c519 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_read_cylinder_structures()
527 size = (blks - i) * uspi->s_fsize; in ufs_read_cylinder_structures()
657 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_put_super_internal()
662 size = (blks - i) * uspi->s_fsize; in ufs_put_super_internal()
853 uspi->s_fsize = block_size = 512; in ufs_fill_super()
863 uspi->s_fsize = block_size = 512; in ufs_fill_super()
876 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
887 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
899 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
910 uspi->s_fsize in ufs_fill_super()
[all...]
H A Dutil.c157 len = min_t(unsigned int, size, uspi->s_fsize); in _ubh_ubhcpymem_()
159 mem += uspi->s_fsize; in _ubh_ubhcpymem_()
173 len = min_t(unsigned int, size, uspi->s_fsize); in _ubh_memcpyubh_()
175 mem += uspi->s_fsize; in _ubh_memcpyubh_()
H A Dutil.h333 ((begin) & ((uspi->s_fsize>>2) - 1)))
337 ((begin) & ((uspi->s_fsize>>3) - 1)))
H A Dballoc.c772 if ((offset + size) < uspi->s_fsize) in ubh_scanc()
775 rest = uspi->s_fsize - offset; in ubh_scanc()
H A Dinode.c699 (inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_iget()
886 #define DIRECT_FRAGMENT ((inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift)
1060 lastfrag = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_alloc_lastblock()
H A Dufs_fs.h741 __u32 s_fsize; /* size of fragments */ member
745 __u32 s_fmask; /* s_fsize mask */
747 __u32 s_fshift; /* s_fsize shift */
/kernel/linux/linux-6.6/fs/ufs/
H A Dsuper.c518 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_read_cylinder_structures()
526 size = (blks - i) * uspi->s_fsize; in ufs_read_cylinder_structures()
656 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_put_super_internal()
661 size = (blks - i) * uspi->s_fsize; in ufs_put_super_internal()
852 uspi->s_fsize = block_size = 512; in ufs_fill_super()
862 uspi->s_fsize = block_size = 512; in ufs_fill_super()
875 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
886 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
898 uspi->s_fsize = block_size = 1024; in ufs_fill_super()
909 uspi->s_fsize in ufs_fill_super()
[all...]
H A Dutil.c157 len = min_t(unsigned int, size, uspi->s_fsize); in _ubh_ubhcpymem_()
159 mem += uspi->s_fsize; in _ubh_ubhcpymem_()
173 len = min_t(unsigned int, size, uspi->s_fsize); in _ubh_memcpyubh_()
175 mem += uspi->s_fsize; in _ubh_memcpyubh_()
H A Dutil.h327 ((begin) & ((uspi->s_fsize>>2) - 1)))
331 ((begin) & ((uspi->s_fsize>>3) - 1)))
H A Dballoc.c768 if ((offset + size) < uspi->s_fsize) in ubh_scanc()
771 rest = uspi->s_fsize - offset; in ubh_scanc()
H A Dinode.c701 (inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_iget()
890 #define DIRECT_FRAGMENT ((inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift)
1064 lastfrag = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_alloc_lastblock()
H A Dufs_fs.h741 __u32 s_fsize; /* size of fragments */ member
745 __u32 s_fmask; /* s_fsize mask */
747 __u32 s_fshift; /* s_fsize shift */
/kernel/linux/linux-5.10/fs/sysv/
H A Dsuper.c76 sbi->s_nzones = fs32_to_cpu(sbi, sbd1->s_fsize); in detected_xenix()
104 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv4()
132 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv2()
155 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_coherent()
176 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_v7()
449 fs32_to_cpu(sbi, v7sb->s_fsize) > V7_MAXSIZE) in v7_sanity_check()
/kernel/linux/linux-6.6/fs/sysv/
H A Dsuper.c76 sbi->s_nzones = fs32_to_cpu(sbi, sbd1->s_fsize); in detected_xenix()
104 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv4()
132 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv2()
155 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_coherent()
176 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_v7()
451 fs32_to_cpu(sbi, v7sb->s_fsize) > V7_MAXSIZE) in v7_sanity_check()

Completed in 19 milliseconds