Searched refs:s_fsize (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/ |
D | sysv_fs.h | 31 __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 */
|
/Linux-v4.19/fs/ufs/ |
D | super.c | 518 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() 848 uspi->s_fsize = block_size = 512; in ufs_fill_super() 858 uspi->s_fsize = block_size = 512; in ufs_fill_super() 868 uspi->s_fsize = block_size = 1024; in ufs_fill_super() 879 uspi->s_fsize = block_size = 1024; in ufs_fill_super() 891 uspi->s_fsize = block_size = 1024; in ufs_fill_super() 902 uspi->s_fsize = block_size = 1024; in ufs_fill_super() [all …]
|
D | util.c | 157 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_()
|
D | util.h | 333 ((begin) & ((uspi->s_fsize>>2) - 1))) 337 ((begin) & ((uspi->s_fsize>>3) - 1)))
|
D | inode.c | 699 (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()
|
D | balloc.c | 772 if ((offset + size) < uspi->s_fsize) in ubh_scanc() 775 rest = uspi->s_fsize - offset; in ubh_scanc()
|
D | ufs_fs.h | 741 __u32 s_fsize; /* size of fragments */ member
|
/Linux-v4.19/fs/sysv/ |
D | super.c | 75 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()
|