Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dclntproc.c435 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_TEST); in nlmclnt_test()
521 const struct cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock()
654 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); in nlmclnt_reclaim()
704 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_unlock()
798 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_cancel()
/openbmc/linux/include/linux/
H A Dnfs_fs.h525 static inline const struct cred *nfs_file_cred(struct file *file) in nfs_file_cred() function
/openbmc/linux/fs/nfs/
H A Dproc.c146 msg.rpc_cred = nfs_file_cred(sattr->ia_file); in nfs_proc_setattr()
H A Dnfs3proc.c143 msg.rpc_cred = nfs_file_cred(sattr->ia_file); in nfs3_proc_setattr()