Searched refs:nfsv4_fillattr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 400 int nfsv4_fillattr(struct nfsrv_descript *, struct mount *, vnode_t, NFSACL_T *,
|
H A D | nfs_commonsubs.c | 650 (void) nfsv4_fillattr(nd, vp->v_mount, vp, NULL, vap, NULL, 0, in nfscl_fillsattr() 2671 nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp, in nfsv4_fillattr() function
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 2109 * Glue routine to nfsv4_fillattr(). 2135 error = nfsv4_fillattr(nd, mp, vp, NULL, &nvap->na_vattr, fhp, rderror, in nfsvno_fillattr() 6402 * The "vp" argument to nfsv4_fillattr() is only used for vnode_type(), in nfsrv_setacldsdorpc() 6406 nfsv4_fillattr(nd, NULL, vp, aclp, NULL, NULL, 0, &attrbits, NULL, in nfsrv_setacldsdorpc()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 3702 (void) nfsv4_fillattr(nd, NULL, NULL, NULL, &va, in nfscl_docb()
|
H A D | nfs_clrpcops.c | 5446 (void) nfsv4_fillattr(nd, vp->v_mount, vp, aclp, NULL, NULL, 0, in nfsrpc_setaclrpc()
|