Searched refs:s_fsize (Results 1 – 4 of 4) sorted by relevance
31 __fs32 s_fsize __packed2__; /* total number of zones of this fs */70 __fs32 s_fsize; /* total number of zones of this fs */ member101 __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 */
76 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()
320 ((begin) & ((uspi->s_fsize>>2) - 1)))324 ((begin) & ((uspi->s_fsize>>3) - 1)))
684 (inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_iget()877 #define DIRECT_FRAGMENT ((inode->i_size + uspi->s_fsize - 1) >> uspi->s_fshift)1044 lastfrag = (size + uspi->s_fsize - 1) >> uspi->s_fshift; in ufs_alloc_lastblock()