| /onnv/onnv-gate/usr/src/uts/common/sys/fs/ |
| snode.h | 154 struct vnode *specvp(struct vnode *, dev_t, vtype_t, struct cred *); 155 struct vnode *makespecvp(dev_t, vtype_t); 158 struct vnode *specfind(dev_t, vtype_t); 159 struct vnode *commonvp(dev_t, vtype_t); 169 struct vnode *specvp_devfs(struct vnode *, dev_t, vtype_t, 180 void spec_size_invalidate(dev_t, vtype_t);
|
| autofs.h | 265 extern fnnode_t *auto_makefnnode(vtype_t, vfs_t *, char *, cred_t *,
|
| udf_inode.h | 418 vtype_t i_type; /* File type */ 660 void ud_ifree(struct ud_inode *, vtype_t);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| esunddi.h | 96 e_ddi_getprop(dev_t dev, vtype_t type, char *name, int flags, int defaultval); 99 e_ddi_getprop_int64(dev_t dev, vtype_t type, char *name, 103 e_ddi_getproplen(dev_t dev, vtype_t type, char *name, int flags, int *lengthp); 106 e_ddi_getlongprop(dev_t dev, vtype_t type, char *name, int flags, 110 e_ddi_getlongprop_buf(dev_t dev, vtype_t type, char *name, int flags,
|
| policy.h | 168 int secpolicy_xvattr(xvattr_t *, uid_t, cred_t *, vtype_t);
|
| vnode.h | 168 } vtype_t; typedef in typeref:enum:vtype 354 vtype_t va_type; /* vnode type (for create) */ 479 vtype_t va_type; /* vnode type (for create) */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_ks.h | 53 extern char mdb_vtype2chr(vtype_t, mode_t);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/specfs/ |
| specsubr.c | 73 static struct snode *sfind(dev_t, vtype_t, struct vnode *); 74 static struct vnode *get_cvp(dev_t, vtype_t, struct snode *, int *); 81 vtype_t vtyp, 112 vtype_t type, 220 makespecvp(dev_t dev, vtype_t type) 404 specfind(dev_t dev, vtype_t type) 530 vtype_t type, 576 commonvp(dev_t dev, vtype_t type) 677 vtype_t type, 1053 spec_size_invalidate(dev_t dev, vtype_t type [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
| stmf_sbd.h | 202 vtype_t sl_meta_vtype; 228 vtype_t sl_data_vtype;
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| devpolicy.c | 91 vtype_t dpe_spec; /* expanded: VBLK or VCHR */ 201 match_policy(devplcyent_t *de, dev_t dev, vtype_t spec) 313 vtype_t spec = vp->v_type; 655 vtype_t spec;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| zfs_acl.h | 215 int zfs_vsec_2_aclp(struct zfsvfs *, vtype_t, vsecattr_t *, cred_t *,
|
| /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/ |
| nfs2ops.c | 178 static vtype_t nf_to_vt[] = {
|
| nfs3ops.c | 190 vtype_t nf3_to_vt[] =
|
| nfs4ops.c | 176 static vtype_t nf4_to_vt[] = {
|
| /onnv/onnv-gate/usr/src/uts/common/fs/mntfs/ |
| mntvnops.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zfs_acl.c | 423 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags) 544 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, 663 zfs_copy_ace_2_oldace(vtype_t obj_type, zfs_acl_t *aclp, ace_t *acep, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs4_attr.c | 540 vtype_t nf4_to_vt[] = {
|
| nfs4_vfsops.c | [all...] |
| nfs_client.c | 1009 vtype_t nf_to_vt[] = { 1101 vtype_t nf3_to_vt[] = { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/dev/ |
| sdev_vnops.c | 390 vtype_t type = vap->va_type; 633 vtype_t type; [all...] |
| sdev_subr.c | 359 vtype_t type; 719 vtype_t otype = SDEVTOV(dv)->v_type; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/nfs/ |
| nfs.h | 964 extern vtype_t nf_to_vt[]; [all...] |
| nfs4.h | [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/ |
| mdb_ks.c | 658 mdb_vtype2chr(vtype_t type, mode_t mode) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/udfs/ |
| udf_alloc.c | 1229 ud_ifree(struct ud_inode *ip, vtype_t type) [all...] |