Lines Matching refs:vnode_attr
690 struct vnode_attr { struct
1413 int vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
1418 extern uint64_t vnode_get_va_fsid(struct vnode_attr *vap);
1429 int vnode_setattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
2025 int vnode_attr_authorize_init(struct vnode_attr *vap, struct vnode_attr *dvap, kauth_action_t a…
2038 int vnode_attr_authorize(struct vnode_attr *vap, struct vnode_attr *dvap, mount_t mp, kauth_act…
2053 int vnode_authattr(vnode_t vp, struct vnode_attr *vap, kauth_action_t *actionp, vfs_context_t c…
2066 int vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx);
2105 int vnode_notify(vnode_t vp, uint32_t events, struct vnode_attr *vap);
2114 int vfs_get_notify_attributes(struct vnode_attr *vap);
2626 errno_t vfs_setup_vattr_from_attrlist(struct attrlist *alp, struct vnode_attr *vap, enum vtype obj_…
2641 …(vnode_t vp, uio_t uio, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, void *fnde…
2657 … vnode_t vp, uio_t uio, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, void *fnde…