Searched refs:prof_lookup (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 633 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_lookup() 670 error = prof_lookup(dvp, nm, vpp, cred); in sdev_create() 1250 return (prof_lookup(dvp, nm, vpp, cred)); in sdev_mkdir()
|
H A D | sdev_zvolops.c | 727 res = prof_lookup(dvp, nm, vpp, cred); in devzvol_lookup() 741 res = prof_lookup(dvp, nm, vpp, cred); in devzvol_lookup()
|
H A D | sdev_profile.c | 1000 prof_lookup(vnode_t *dvp, char *nm, struct vnode **vpp, struct cred *cred) in prof_lookup() function
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | sdev_impl.h | 491 extern int prof_lookup();
|