Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/lockd/
Dlockd.h287 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
/linux-4.19.296/fs/lockd/
Dsvcsubs.c83 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()