Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dclntproc.c436 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()
/linux/include/linux/
H A Dnfs_fs.h541 static inline const struct cred *nfs_file_cred(struct file *file) in nfs_file_cred() function