Home
last modified time | relevance | path

Searched refs:cachefs_lookup_common (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c182 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 Dcachefs_vnops.c3506 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 Dcachefs_fs.h1278 int cachefs_lookup_common(vnode_t *dvp, char *nm, vnode_t **vpp,