Searched refs:s_cgno (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ufs/
H A Dcylinder.c51 sbi->s_cgno[bitmap_nr] = cgno;
74 sbi->s_cgno[bitmap_nr] = UFS_CGNO_EMPTY;
93 if (sbi->s_cgno[bitmap_nr] == UFS_CGNO_EMPTY) {
116 sbi->s_cgno[bitmap_nr] = UFS_CGNO_EMPTY;
144 if (sbi->s_cgno[0] == cgno) {
152 if (sbi->s_cgno[cgno] != UFS_CGNO_EMPTY) {
153 if (sbi->s_cgno[cgno] != cgno) {
172 for (i = 0; i < sbi->s_cg_loaded && sbi->s_cgno[i] != cgno; i++);
173 if (i < sbi->s_cg_loaded && sbi->s_cgno[i] == cgno) {
174 cg = sbi->s_cgno[
[all...]
H A Dufs.h18 unsigned s_cgno[UFS_MAX_GROUP_LOADED]; member in struct:ufs_sb_info
H A Dsuper.c555 sbi->s_cgno[i] = UFS_CGNO_EMPTY;
569 sbi->s_cgno[i] = UFS_CGNO_EMPTY;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ufs/
H A Dcylinder.c51 sbi->s_cgno[bitmap_nr] = cgno;
74 sbi->s_cgno[bitmap_nr] = UFS_CGNO_EMPTY;
93 if (sbi->s_cgno[bitmap_nr] == UFS_CGNO_EMPTY) {
116 sbi->s_cgno[bitmap_nr] = UFS_CGNO_EMPTY;
144 if (sbi->s_cgno[0] == cgno) {
152 if (sbi->s_cgno[cgno] != UFS_CGNO_EMPTY) {
153 if (sbi->s_cgno[cgno] != cgno) {
172 for (i = 0; i < sbi->s_cg_loaded && sbi->s_cgno[i] != cgno; i++);
173 if (i < sbi->s_cg_loaded && sbi->s_cgno[i] == cgno) {
174 cg = sbi->s_cgno[
[all...]
H A Dufs.h18 unsigned s_cgno[UFS_MAX_GROUP_LOADED]; member in struct:ufs_sb_info
H A Dsuper.c555 sbi->s_cgno[i] = UFS_CGNO_EMPTY;
569 sbi->s_cgno[i] = UFS_CGNO_EMPTY;

Completed in 73 milliseconds