Searched refs:nfs_file_cred (Results 1 – 2 of 2) sorted by relevance
436 status = nlmclnt_call(nfs_file_cred(fl->c.flc_file), req, in nlmclnt_test()527 const struct cred *cred = nfs_file_cred(fl->c.flc_file); in nlmclnt_lock()660 status = nlmclnt_call(nfs_file_cred(fl->c.flc_file), req, in nlmclnt_reclaim()712 status = nlmclnt_async_call(nfs_file_cred(fl->c.flc_file), req, in nlmclnt_unlock()806 status = nlmclnt_async_call(nfs_file_cred(fl->c.flc_file), req, in nlmclnt_cancel()
541 static inline const struct cred *nfs_file_cred(struct file *file) in nfs_file_cred() function