Searched refs:AFS_CELL_FL_CHECK_ALIAS (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/afs/
H A Dvl_alias.c320 if (test_bit(AFS_CELL_FL_CHECK_ALIAS, &cell->flags)) {
323 clear_bit_unlock(AFS_CELL_FL_CHECK_ALIAS, &cell->flags);
H A Dsuper.c388 if (test_bit(AFS_CELL_FL_CHECK_ALIAS, &ctx->cell->flags)) {
H A Dcell.c171 cell->flags = (1 << AFS_CELL_FL_CHECK_ALIAS);
H A Dinternal.h408 #define AFS_CELL_FL_CHECK_ALIAS 2 /* Need to check for aliases */ macro

Completed in 254 milliseconds