Searched refs:cachefs_lookup_common (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 182 error = cachefs_lookup_common(dvp, name, &vp, NULL, 0, NULL, in cachefs_pack() 394 error = cachefs_lookup_common(dvp, name, &vp, NULL, 0, NULL, in cachefs_unpack() 505 error = cachefs_lookup_common(dvp, name, &vp, NULL, 0, NULL, in cachefs_packinfo()
|
H A D | cachefs_vnops.c | 3506 error = cachefs_lookup_common(dvp, nm, vpp, pnp, in cachefs_lookup() 3561 cachefs_lookup_common(vnode_t *dvp, char *nm, vnode_t **vpp, in cachefs_lookup_common() function 3970 error = cachefs_lookup_common(dvp, nm, &vp, NULL, 0, NULL, cr); in cachefs_create_connected() 4397 error = cachefs_lookup_common(dvp, nm, &vp, NULL, 0, NULL, cr); in cachefs_remove() 5233 error = cachefs_lookup_common(odvp, onm, &tvp, in cachefs_rename() 5267 error = cachefs_lookup_common(ndvp, nnm, &delvp, NULL, 0, in cachefs_rename() 5369 error = cachefs_lookup_common(odvp, onm, &revp, NULL, 0, NULL, cr); in cachefs_rename_connected() 5565 error = cachefs_lookup_common(odvp, onm, &revp, NULL, 0, NULL, cr); in cachefs_rename_disconnected() 6290 error = cachefs_lookup_common(dvp, nm, &vp, NULL, 0, NULL, cr); in cachefs_rmdir()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 1278 int cachefs_lookup_common(vnode_t *dvp, char *nm, vnode_t **vpp,
|