Searched refs:s_fsize (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | sysv_fs.h | 30 __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.1.27/fs/ufs/ |
D | super.c | 532 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_read_cylinder_structures() 540 size = (blks - i) * uspi->s_fsize; in ufs_read_cylinder_structures() 660 blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_put_super_internal() 665 size = (blks - i) * uspi->s_fsize; in ufs_put_super_internal() 840 uspi->s_fsize = block_size = 512; in ufs_fill_super() 850 uspi->s_fsize = block_size = 512; in ufs_fill_super() 860 uspi->s_fsize = block_size = 1024; in ufs_fill_super() 871 uspi->s_fsize = block_size = 1024; in ufs_fill_super() 883 uspi->s_fsize = block_size = 1024; in ufs_fill_super() 894 uspi->s_fsize = block_size = 1024; in ufs_fill_super() [all …]
|
D | util.c | 156 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_()
|
D | truncate.c | 63 #define DIRECT_FRAGMENT ((inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift) 385 lastfrag = (i_size_read(inode) + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_alloc_lastblock()
|
D | util.h | 332 ((begin) & ((uspi->s_fsize>>2) - 1))) 336 ((begin) & ((uspi->s_fsize>>3) - 1)))
|
D | balloc.c | 749 if ((offset + size) < uspi->s_fsize) in ubh_scanc() 752 rest = uspi->s_fsize - offset; in ubh_scanc()
|
D | ufs_fs.h | 742 __u32 s_fsize; /* size of fragments */ member
|
D | inode.c | 728 (inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_iget()
|
/linux-4.1.27/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()
|