Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dvl_alias.c373 if (test_bit(AFS_CELL_FL_CHECK_ALIAS, &cell->flags)) { in afs_cell_detect_alias()
376 clear_bit_unlock(AFS_CELL_FL_CHECK_ALIAS, &cell->flags); in afs_cell_detect_alias()
H A Dsuper.c389 if (test_bit(AFS_CELL_FL_CHECK_ALIAS, &ctx->cell->flags)) { in afs_validate_fc()
H A Dcell.c173 cell->flags = (1 << AFS_CELL_FL_CHECK_ALIAS); in afs_alloc_cell()
H A Dinternal.h373 #define AFS_CELL_FL_CHECK_ALIAS 2 /* Need to check for aliases */ macro