Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Dcell.c369 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()
Dinternal.h333 #define AFS_CELL_FL_NOT_FOUND 2 /* Permanent DNS error */ macro