Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dclntproc.c430 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_TEST); in nlmclnt_test()
513 struct rpc_cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock()
632 status = nlmclnt_call(nfs_file_cred(fl->fl_file), req, NLMPROC_LOCK); in nlmclnt_reclaim()
682 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_unlock()
773 status = nlmclnt_async_call(nfs_file_cred(fl->fl_file), req, in nlmclnt_cancel()
/linux-4.19.296/include/linux/
Dnfs_fs.h463 static inline struct rpc_cred *nfs_file_cred(struct file *file) in nfs_file_cred() function
/linux-4.19.296/fs/nfs/
Dproc.c140 msg.rpc_cred = nfs_file_cred(sattr->ia_file); in nfs_proc_setattr()
Dnfs3proc.c139 msg.rpc_cred = nfs_file_cred(sattr->ia_file); in nfs3_proc_setattr()