Home
last modified time | relevance | path

Searched refs:nfsv4_sattr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_var.h732 int nfsv4_sattr(struct nfsrv_descript *, vnode_t, struct nfsvattr *, nfsattrbit_t *,
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2955 error = nfsv4_sattr(nd, NULL, &nva, &attrbits, aclp, p); in nfsrvd_open()
2979 error = nfsv4_sattr(nd, NULL, &nva, &attrbits, aclp, p); in nfsrvd_open()
H A Dnfs_nfsdport.c2994 error = nfsv4_sattr(nd, vp, nvap, attrbitp, aclp, p); in nfsrv_sattr()
3006 nfsv4_sattr(struct nfsrv_descript *nd, vnode_t vp, struct nfsvattr *nvap, in nfsv4_sattr() function