Home
last modified time | relevance | path

Searched refs:fh_getattr (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs2acl.c53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl()
131 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_setacl()
162 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_getattr()
184 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_access()
H A Dnfsproc.c64 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr()
136 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_setattr()
171 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_lookup()
229 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_read()
265 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_write()
436 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_create()
566 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_mkdir()
H A Dvfs.h183 static inline __be32 fh_getattr(const struct svc_fh *fh, struct kstat *stat) in fh_getattr() function
H A Dnfsfh.c677 err = fh_getattr(fhp, &stat); in fh_fill_pre_attrs()
707 err = fh_getattr(fhp, &fhp->fh_post_attr); in fh_fill_post_attrs()
H A Dnfs3xdr.c439 if (fh_getattr(fhp, &stat) != nfs_ok) in svcxdr_encode_post_op_attr()
H A Dnfs3proc.c81 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr()