Home
last modified time | relevance | path

Searched refs:volume_space_size (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Diso_fs.h36 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
73 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
122 char volume_space_size [ISODCL ( 89, 96)]; /* 733 */ member
/linux-3.3/fs/isofs/
Dinode.c729 sbi->s_nzones = isonum_733(h_pri->volume_space_size); in isofs_fill_super()
731 sbi->s_max_size = isonum_733(h_pri->volume_space_size); in isofs_fill_super()
736 sbi->s_nzones = isonum_733(pri->volume_space_size); in isofs_fill_super()
738 sbi->s_max_size = isonum_733(pri->volume_space_size); in isofs_fill_super()