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()
136 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_setacl()
164 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_getattr()
186 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()
144 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_setattr()
179 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_lookup()
237 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_read()
270 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_write()
441 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_create()
550 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_mkdir()
H A Dnfsfh.c766 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat) in fh_getattr() function
799 err = fh_getattr(fhp, &stat); in fh_fill_pre_attrs()
829 err = fh_getattr(fhp, &fhp->fh_post_attr); in fh_fill_post_attrs()
H A Dnfsfh.h227 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat);
H A Dfilecache.c1151 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.c100 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr()