Lines Matching refs:vnode_t

57 	vnode_t		*xattr_realvp;  /* Only used for VOP_REALVP */
68 xattr_file_open(vnode_t **vpp, int flags, cred_t *cr, caller_context_t *ct) in xattr_file_open()
80 xattr_file_access(vnode_t *vp, int mode, int flags, cred_t *cr, in xattr_file_access()
93 xattr_file_close(vnode_t *vp, int flags, int count, offset_t off, in xattr_file_close()
102 xattr_common_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) in xattr_common_fid()
105 vnode_t *pvp, *savevp; in xattr_common_fid()
140 xattr_fill_nvlist(vnode_t *vp, xattr_view_t xattr_view, nvlist_t *nvlp, in xattr_fill_nvlist()
148 vnode_t *ppvp; in xattr_fill_nvlist()
387 xattr_file_size(vnode_t *vp, xattr_view_t xattr_view, size_t *size, in xattr_file_size()
408 xattr_file_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, in xattr_file_getattr()
415 vnode_t *pvp; in xattr_file_getattr()
448 xattr_file_read(vnode_t *vp, uio_t *uiop, int ioflag, cred_t *cr, in xattr_file_read()
494 xattr_file_write(vnode_t *vp, uio_t *uiop, int ioflag, cred_t *cr, in xattr_file_write()
504 vnode_t *ppvp; in xattr_file_write()
739 xattr_file_pathconf(vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr, in xattr_file_pathconf()
773 vnode_t *
774 xattr_mkfile(vnode_t *pvp, xattr_view_t xattr_view) in xattr_mkfile()
776 vnode_t *vp; in xattr_mkfile()
786 vnode_t *
787 xattr_mkfile_ro(vnode_t *pvp) in xattr_mkfile_ro()
792 vnode_t *
793 xattr_mkfile_rw(vnode_t *pvp) in xattr_mkfile_rw()
838 xattr_copy(vnode_t *sdvp, char *snm, vnode_t *tdvp, char *tnm, in xattr_copy()
842 vnode_t *pdvp; in xattr_copy()
879 xattr_dir_realdir(vnode_t *dvp, vnode_t **realdvp, int lookup_flags, in xattr_dir_realdir()
882 vnode_t *pvp; in xattr_dir_realdir()
911 xattr_dir_open(vnode_t **vpp, int flags, cred_t *cr, caller_context_t *ct) in xattr_dir_open()
922 xattr_dir_close(vnode_t *vpp, int flags, int count, offset_t off, cred_t *cr, in xattr_dir_close()
939 xattr_dir_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, in xattr_dir_getattr()
943 vnode_t *pvp; in xattr_dir_getattr()
1005 xattr_dir_setattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, in xattr_dir_setattr()
1008 vnode_t *realvp; in xattr_dir_setattr()
1029 xattr_dir_access(vnode_t *vp, int mode, int flags, cred_t *cr, in xattr_dir_access()
1033 vnode_t *realvp = NULL; in xattr_dir_access()
1054 xattr_dir_create(vnode_t *dvp, char *name, vattr_t *vap, vcexcl_t excl, in xattr_dir_create()
1055 int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, in xattr_dir_create()
1058 vnode_t *pvp; in xattr_dir_create()
1081 xattr_dir_remove(vnode_t *dvp, char *name, cred_t *cr, caller_context_t *ct, in xattr_dir_remove()
1084 vnode_t *pvp; in xattr_dir_remove()
1100 xattr_dir_link(vnode_t *tdvp, vnode_t *svp, char *name, cred_t *cr, in xattr_dir_link()
1103 vnode_t *pvp; in xattr_dir_link()
1119 xattr_dir_rename(vnode_t *sdvp, char *snm, vnode_t *tdvp, char *tnm, in xattr_dir_rename()
1122 vnode_t *spvp, *tpvp; in xattr_dir_rename()
1179 readdir_xattr_casecmp(vnode_t *dvp, char *nm, cred_t *cr, caller_context_t *ct, in readdir_xattr_casecmp()
1183 vnode_t *vp; in readdir_xattr_casecmp()
1205 xattr_dir_readdir(vnode_t *dvp, uio_t *uiop, cred_t *cr, int *eofp, in xattr_dir_readdir()
1208 vnode_t *pvp; in xattr_dir_readdir()
1322 xattr_dir_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) in xattr_dir_inactive()
1341 xattr_dir_pathconf(vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr, in xattr_dir_pathconf()
1357 xattr_dir_realvp(vnode_t *vp, vnode_t **realvp, caller_context_t *ct) in xattr_dir_realvp()
1368 vnode_t *xdvp; in xattr_dir_realvp()
1422 xattr_lookup_cb(vnode_t *vp, const char *nm, vnode_t **vpp, ino64_t *inop, in xattr_lookup_cb()
1425 vnode_t *pvp; in xattr_lookup_cb()
1458 xattrdir_do_ino(vnode_t *vp, int index) in xattrdir_do_ino()
1474 xattr_dir_lookup(vnode_t *dvp, vnode_t **vpp, int flags, cred_t *cr) in xattr_dir_lookup()
1580 xattr_dir_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in xattr_dir_vget()
1583 vnode_t *pvp, *dvp; in xattr_dir_vget()