Home
last modified time | relevance | path

Searched refs:AFS_CELL_FL_NO_GC (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/afs/
Dcell.c353 if (!test_and_set_bit(AFS_CELL_FL_NO_GC, &new_root->flags)) in afs_cell_init()
729 if (test_and_clear_bit(AFS_CELL_FL_NO_GC, &cell->flags)) in afs_manage_cells()
Dproc.c120 if (test_and_set_bit(AFS_CELL_FL_NO_GC, &cell->flags)) in afs_proc_cells_write()
Dinternal.h332 #define AFS_CELL_FL_NO_GC 1 /* The cell was added manually, don't auto-gc */ macro