Home
last modified time | relevance | path

Searched refs:prof_lookup (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c633 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 Dsdev_zvolops.c727 res = prof_lookup(dvp, nm, vpp, cred); in devzvol_lookup()
741 res = prof_lookup(dvp, nm, vpp, cred); in devzvol_lookup()
H A Dsdev_profile.c1000 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 Dsdev_impl.h491 extern int prof_lookup();