Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Dcell.c152 cell->flags = ((1 << AFS_CELL_FL_NOT_READY) | in afs_alloc_cell()
264 ret = wait_on_bit(&cell->flags, AFS_CELL_FL_NOT_READY, TASK_INTERRUPTIBLE); in afs_lookup_cell()
620 clear_bit(AFS_CELL_FL_NOT_READY, &cell->flags); in afs_manage_cell()
621 wake_up_bit(&cell->flags, AFS_CELL_FL_NOT_READY); in afs_manage_cell()
635 set_bit(AFS_CELL_FL_NOT_READY, &cell->flags); in afs_manage_cell()
654 if (test_and_clear_bit(AFS_CELL_FL_NOT_READY, &cell->flags)) in afs_manage_cell()
655 wake_up_bit(&cell->flags, AFS_CELL_FL_NOT_READY); in afs_manage_cell()
661 clear_bit(AFS_CELL_FL_NOT_READY, &cell->flags); in afs_manage_cell()
662 wake_up_bit(&cell->flags, AFS_CELL_FL_NOT_READY); in afs_manage_cell()
Dinternal.h331 #define AFS_CELL_FL_NOT_READY 0 /* The cell record is not ready for use */ macro