Searched refs:AFS_SERVER_FL_IS_YFS (Results 1 – 4 of 4) sorted by relevance
196 set_bit(AFS_SERVER_FL_IS_YFS, &server->flags); in afs_fileserver_probe_result()201 clear_bit(AFS_SERVER_FL_IS_YFS, &server->flags); in afs_fileserver_probe_result()
286 if (test_bit(AFS_SERVER_FL_IS_YFS, &op->server->flags) && in afs_wait_for_operation()
241 if (test_bit(AFS_SERVER_FL_IS_YFS, &op->server->flags)) in afs_issue_read_call()
562 #define AFS_SERVER_FL_IS_YFS 16 /* Server is YFS not AFS */ macro