Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dserver.c470 if (test_bit(AFS_SERVER_FL_MAY_HAVE_CB, &server->flags)) in afs_destroy_server()
H A Drxrpc.c541 set_bit(AFS_SERVER_FL_MAY_HAVE_CB, in afs_deliver_to_call()
H A Dinternal.h561 #define AFS_SERVER_FL_MAY_HAVE_CB 8 /* May have callbacks on this fileserver */ macro