Home
last modified time | relevance | path

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

/fs/nfs/
Dinternal.h304 static inline bool nfs_match_open_context(const struct nfs_open_context *ctx1, in nfs_match_open_context() argument
307 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context()