Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dfs_probe.c196 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()
H A Dfs_operation.c286 if (test_bit(AFS_SERVER_FL_IS_YFS, &op->server->flags) && in afs_wait_for_operation()
H A Dfile.c241 if (test_bit(AFS_SERVER_FL_IS_YFS, &op->server->flags)) in afs_issue_read_call()
H A Dinternal.h562 #define AFS_SERVER_FL_IS_YFS 16 /* Server is YFS not AFS */ macro