Lines Matching refs:vnode_t
79 vnode_t *vp = LINVFS_GET_VP(ip); in validate_fields()
116 vnode_t *vp = NULL, *dvp = LINVFS_GET_VP(dir); in linvfs_mknod()
227 vnode_t *vp, *cvp = NULL; in linvfs_lookup()
256 vnode_t *tdvp; /* target directory for new name/link */ in linvfs_link()
257 vnode_t *vp; /* vp of name being linked */ in linvfs_link()
283 vnode_t *dvp; /* directory containing name to remove */ in linvfs_unlink()
306 vnode_t *dvp; /* directory containing name of symlink */ in linvfs_symlink()
307 vnode_t *cvp; /* used to lookup symlink to put in dentry */ in linvfs_symlink()
336 vnode_t *dvp = LINVFS_GET_VP(dir); in linvfs_rmdir()
355 vnode_t *fvp; /* from directory */ in linvfs_rename()
356 vnode_t *tvp; /* target directory */ in linvfs_rename()
381 vnode_t *vp = LINVFS_GET_VP(dentry->d_inode); in linvfs_readlink()
412 vnode_t *vp; in linvfs_follow_link()
463 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_permission()
475 vnode_t *vp = LINVFS_GET_VP(dentry->d_inode); in linvfs_revalidate()
489 vnode_t *vp = LINVFS_GET_VP(inode); in linvfs_setattr()
554 vnode_t *vp = LINVFS_GET_VP(dentry->d_inode); in linvfs_setxattr()
584 vnode_t *vp = LINVFS_GET_VP(dentry->d_inode); in linvfs_getxattr()
613 vnode_t *vp = LINVFS_GET_VP(dentry->d_inode); in linvfs_listxattr()
632 vnode_t *vp = LINVFS_GET_VP(dentry->d_inode); in linvfs_removexattr()