Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/lockd/
Dlockd.h288 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
/Linux-v5.10/fs/lockd/
Dsvcsubs.c84 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result, in nlm_lookup_file() function
Dsvc4proc.c43 if ((error = nlm_lookup_file(rqstp, &file, &lock->fh)) != 0) in nlm4svc_retrieve_args()
Dsvcproc.c72 error = cast_status(nlm_lookup_file(rqstp, &file, &lock->fh)); in nlmsvc_retrieve_args()