Searched defs:poap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c4246 vattr_to_pre_op_attr(struct vattr *vap, pre_op_attr *poap) argument
4250 if ((vap != NULL) && !vattr_to_wcc_attr(vap, &poap->attr)) {
4251 poap->attributes = TRUE;
4253 poap->attributes = FALSE;
4257 vattr_to_post_op_attr(struct vattr *vap, post_op_attr *poap) argument
4261 if ((vap != NULL) && !vattr_to_fattr3(vap, &poap->attr)) {
4262 poap->attributes = TRUE;
4264 poap->attributes = FALSE;
H A Dnfs_client.c280 nfs3_cache_post_op_attr(vnode_t *vp, post_op_attr *poap, hrtime_t t, cred_t *cr) argument
284 if (!poap->attributes) {
288 (void) nfs3_cache_fattr3(vp, &poap->attr, &attr, t, cr);
295 nfs3_cache_post_op_vattr(vnode_t *vp, post_op_vattr *poap, hrtime_t t, argument
298 if (!poap->attributes) {
302 nfs_attr_cache(vp, poap->fres.vap, t, cr);

Completed in 72 milliseconds