Lines Matching refs:vnode_t

160 gfs_get_parent_ino(vnode_t *dvp, cred_t *cr, caller_context_t *ct,
163 vnode_t *parent;
418 gfs_lookup_dot(vnode_t **vpp, vnode_t *dvp, vnode_t *pvp, const char *nm)
456 vnode_t *
457 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops)
460 vnode_t *vp;
514 vnode_t *
515 gfs_dir_create(size_t struct_size, vnode_t *pvp, vnodeops_t *ops,
519 vnode_t *vp;
553 * only difference is that it takes a vfs_t instead of a vnode_t as its parent.
555 vnode_t *
560 vnode_t *vp = gfs_dir_create(size, NULL, ops, entries, inode_cb,
579 vnode_t *
582 vnode_t *vp = gfs_file_create(size, NULL, ops);
604 gfs_file_inactive(vnode_t *vp)
693 gfs_dir_inactive(vnode_t *vp)
724 * int gfs_lookup_cb(vnode_t *pvp, const char *nm, vnode_t **vpp, cred_t *cr,
745 const char *nm, vnode_t *dvp, vnode_t **vpp, cred_t *cr, int flags,
798 gfs_dir_t *dp, const char *nm, vnode_t *dvp, int *idx,
799 vnode_t **vpp, pathname_t *rpnp)
802 vnode_t *vp = NULL;
855 vnode_t *oldvp = vp;
889 gfs_dir_lookup(vnode_t *dvp, const char *nm, vnode_t **vpp, cred_t *cr,
894 vnode_t *dynvp = NULL;
895 vnode_t *vp = NULL;
969 * ino_t gfs_inode_cb(vnode_t *vp, int index);
980 * int gfs_readdir_cb(vnode_t *vp, void *dp, int *eofp,
1001 gfs_dir_readdir(vnode_t *dvp, uio_t *uiop, int *eofp, void *data, cred_t *cr,
1064 gfs_vop_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp,
1065 int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct,
1079 gfs_vop_readdir(vnode_t *vp, uio_t *uiop, cred_t *cr, int *eofp,
1097 gfs_vop_map(vnode_t *vp, offset_t off, struct as *as, caddr_t *addrp,
1166 gfs_vop_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct)