Searched refs:AFS_CELL_FL_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance
369 set_bit(AFS_CELL_FL_NOT_FOUND, &cell->flags); in afs_update_cell()385 clear_bit(AFS_CELL_FL_NOT_FOUND, &cell->flags); in afs_update_cell()475 !test_bit(AFS_CELL_FL_NOT_FOUND, &cell->flags)) in afs_put_cell()725 !test_bit(AFS_CELL_FL_NOT_FOUND, &cell->flags)) in afs_manage_cells()
333 #define AFS_CELL_FL_NOT_FOUND 2 /* Permanent DNS error */ macro