Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dcell.c165 cell->flags = ((1 << AFS_CELL_FL_NOT_READY) | in afs_alloc_cell()
277 ret = wait_on_bit(&cell->flags, AFS_CELL_FL_NOT_READY, TASK_INTERRUPTIBLE); in afs_lookup_cell()
633 clear_bit(AFS_CELL_FL_NOT_READY, &cell->flags); in afs_manage_cell()
634 wake_up_bit(&cell->flags, AFS_CELL_FL_NOT_READY); in afs_manage_cell()
648 set_bit(AFS_CELL_FL_NOT_READY, &cell->flags); in afs_manage_cell()
667 if (test_and_clear_bit(AFS_CELL_FL_NOT_READY, &cell->flags)) in afs_manage_cell()
668 wake_up_bit(&cell->flags, AFS_CELL_FL_NOT_READY); in afs_manage_cell()
674 clear_bit(AFS_CELL_FL_NOT_READY, &cell->flags); in afs_manage_cell()
675 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