Searched refs:fh_getattr (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nfsd/ |
A D | nfs2acl.c | 53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl() 129 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_setacl() 160 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_getattr() 182 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_access()
|
A D | nfsproc.c | 39 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr() 107 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_setattr() 141 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_lookup() 208 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_read() 247 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_write() 416 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_create() 535 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_mkdir()
|
A D | vfs.h | 155 static inline __be32 fh_getattr(const struct svc_fh *fh, struct kstat *stat) in fh_getattr() function
|
A D | nfs3xdr.c | 442 if (fh_getattr(fhp, &stat) != nfs_ok) in svcxdr_encode_post_op_attr() 508 __be32 err = fh_getattr(fhp, &stat); in fill_pre_wcc() 543 __be32 err = fh_getattr(fhp, &fhp->fh_post_attr); in fill_post_wcc()
|
A D | nfs3proc.c | 56 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr()
|
Completed in 11 milliseconds