Searched refs:vncache_enter (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | vncache.h | 25 vnode_t *vncache_enter(struct stat *, vnode_t *, char *, int);
|
H A D | fake_vfs.c | 81 vp = vncache_enter(&st, NULL, "", fd); in fksmbsrv_vfs_init()
|
H A D | vncache.c | 196 vncache_enter(struct stat *st, vnode_t *dvp, char *name, int fd) in vncache_enter() function
|
H A D | fake_vop.c | 368 vp = vncache_enter(&st, dvp, name, fd); in fop_lookup() 434 vp = vncache_enter(&st, dvp, name, fd); in fop_create() 564 *vpp = vncache_enter(&st, dvp, name, fd); in fop_mkdir()
|