Searched refs:resfh (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | nfs4proc.c | 54 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx() argument 56 struct inode *inode = d_inode(resfh->fh_dentry); in nfsd4_security_inode_setsecctx() 60 status = security_inode_setsecctx(resfh->fh_dentry, in nfsd4_security_inode_setsecctx() 76 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx() argument 215 …ner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) in nfsd4_set_open_owner_reply_cache() argument 220 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache() 224 …c_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh **resfh) in do_open_lookup() argument 230 *resfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in do_open_lookup() 231 if (!*resfh) in do_open_lookup() 233 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup() [all …]
|
D | vfs.c | 278 unsigned int len, struct svc_fh *resfh) in nfsd_lookup() argument 297 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup()
|