HomeSort by: relevance | last modified time | path
    Searched refs:VOP_GETEXTATTR (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
vnode_if.h 579 int VOP_GETEXTATTR(struct vnode *, int, const char *, struct uio *,
  /src/sys/kern/
vfs_xattr.c 233 error = VOP_GETEXTATTR(vp, attrnamespace, attrname, NULL,
327 error = VOP_GETEXTATTR(vp, attrnamespace, attrname, auiop, sizep,
vfs_vnops.c 1442 error = VOP_GETEXTATTR(vp, attrnamespace, attrname, &auio, NULL,
vnode_if.c 2138 "vop_getextattr",
2146 VOP_GETEXTATTR(struct vnode *vp,
2157 a.a_desc = VDESC(vop_getextattr);
2164 assert_vop_locked(vp, "vop_getextattr: vp");
2168 error = (VCALL(vp, VOFFSET(vop_getextattr), &a));
  /src/sys/rump/librump/rumpvfs/
rumpvnode_if.c 768 error = VOP_GETEXTATTR(vp, attrnamespace, name, uio, size, cred);
  /src/share/man/man9/
Makefile 1157 vnodeops.9 VOP_GETEXTATTR.9 \

Completed in 19 milliseconds