Searched refs:sdev_unlocked_access (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 563 sdev_unlocked_access(void *vdv, int mode, struct cred *cr) function 589 ret = sdev_unlocked_access(dv, mode, cr); 1428 if (sdev_unlocked_access(parent, VEXEC, cred) != 0)
|
H A D | sdev_subr.c | 3051 dv->sdev_attr, flags, sdev_unlocked_access, dv);
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | sdev_impl.h | 471 extern int sdev_unlocked_access(void *, int, struct cred *);
|
Completed in 68 milliseconds