Searched refs:prof_lookup (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_zvolops.c | 617 res = prof_lookup(dvp, nm, vpp, cred); in devzvol_lookup() 631 res = prof_lookup(dvp, nm, vpp, cred); in devzvol_lookup()
|
H A D | sdev_vnops.c | 631 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_lookup() 666 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_create() 1220 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_mkdir()
|
H A D | sdev_profile.c | 999 prof_lookup(vnode_t *dvp, char *nm, struct vnode **vpp, struct cred *cred) in prof_lookup() function
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | sdev_impl.h | 484 extern int prof_lookup();
|