Home
last modified time | relevance | path

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

/linux/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 */
/linux/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()
/linux/fs/ufs/
H A Dutil.h320 ((begin) & ((uspi->s_fsize>>2) - 1)))
324 ((begin) & ((uspi->s_fsize>>3) - 1)))
H A Dinode.c684 (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()