Home
last modified time | relevance | path

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

/linux/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.c65 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr()
137 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_setattr()
172 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_lookup()
230 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_read()
263 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_write()
434 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_create()
543 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_mkdir()
H A Dnfsfh.c693 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat) in fh_getattr() function
726 err = fh_getattr(fhp, &stat); in fh_fill_pre_attrs()
756 err = fh_getattr(fhp, &fhp->fh_post_attr); in fh_fill_post_attrs()
H A Dnfsfh.h225 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat);
H A Dfilecache.c1065 status = fh_getattr(fhp, &stat); in nfsd_file_get_dio_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()