Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dinternal.h269 static inline bool nfs_match_open_context(const struct nfs_open_context *ctx1, in nfs_match_open_context() argument
272 return ctx1->cred == ctx2->cred && ctx1->state == ctx2->state; in nfs_match_open_context()