Searched refs:UFS_CGNO_EMPTY (Results 1 - 3 of 3) sorted by path

/linux-master/fs/ufs/
H A Dcylinder.c75 sbi->s_cgno[bitmap_nr] = UFS_CGNO_EMPTY;
94 if (sbi->s_cgno[bitmap_nr] == UFS_CGNO_EMPTY) {
117 sbi->s_cgno[bitmap_nr] = UFS_CGNO_EMPTY;
153 if (sbi->s_cgno[cgno] != UFS_CGNO_EMPTY) {
H A Dsuper.c553 sbi->s_cgno[i] = UFS_CGNO_EMPTY;
567 sbi->s_cgno[i] = UFS_CGNO_EMPTY;
H A Dufs.h12 #define UFS_CGNO_EMPTY ((unsigned)-1) macro

Completed in 200 milliseconds