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

/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 Dufs.h12 #define UFS_CGNO_EMPTY ((unsigned)-1) macro
H A Dsuper.c553 sbi->s_cgno[i] = UFS_CGNO_EMPTY;
567 sbi->s_cgno[i] = UFS_CGNO_EMPTY;

Completed in 292 milliseconds