/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | 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);
|
H A D | autofs.h | 268 extern fnnode_t *auto_makefnnode(vtype_t, vfs_t *, char *, cred_t *,
|
H A D | udf_inode.h | 415 vtype_t i_type; /* File type */ 656 void ud_ifree(struct ud_inode *, vtype_t);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | esunddi.h | 92 e_ddi_getprop(dev_t dev, vtype_t type, char *name, int flags, int defaultval); 95 e_ddi_getprop_int64(dev_t dev, vtype_t type, char *name, 99 e_ddi_getproplen(dev_t dev, vtype_t type, char *name, int flags, int *lengthp); 102 e_ddi_getlongprop(dev_t dev, vtype_t type, char *name, int flags, 106 e_ddi_getlongprop_buf(dev_t dev, vtype_t type, char *name, int flags,
|
H A D | vnode.h | 171 } vtype_t; typedef 365 vtype_t va_type; /* vnode type (for create) */ 493 vtype_t va_type; /* vnode type (for create) */ 1274 vnode_t *specvp(struct vnode *vp, dev_t dev, vtype_t type, struct cred *cr); 1275 vnode_t *makespecvp(dev_t dev, vtype_t type);
|
H A D | policy.h | 174 int secpolicy_xvattr(xvattr_t *, uid_t, cred_t *, vtype_t);
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 76 static struct snode *sfind(dev_t, vtype_t, struct vnode *); 77 static struct vnode *get_cvp(dev_t, vtype_t, struct snode *, int *); 84 vtype_t vtyp, in specvp_devfs() 115 vtype_t type, in specvp() 223 makespecvp(dev_t dev, vtype_t type) in makespecvp() 407 specfind(dev_t dev, vtype_t type) in specfind() 533 vtype_t type, in get_cvp() 579 commonvp(dev_t dev, vtype_t type) in commonvp() 680 vtype_t type, in sfind() 1056 spec_size_invalidate(dev_t dev, vtype_t type) in spec_size_invalidate()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devpolicy.c | 89 vtype_t dpe_spec; /* expanded: VBLK or VCHR */ 199 match_policy(devplcyent_t *de, dev_t dev, vtype_t spec) in match_policy() 311 vtype_t spec = vp->v_type; in devpolicy_find() 653 vtype_t spec; in devpolicy_getbyname()
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | stmf_sbd.h | 203 vtype_t sl_meta_vtype; 236 vtype_t sl_data_vtype;
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ks.h | 56 extern char mdb_vtype2chr(vtype_t, mode_t);
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_acl.h | 227 int zfs_vsec_2_aclp(struct zfsvfs *, vtype_t, vsecattr_t *, cred_t *,
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 172 } vtype_t; typedef 360 vtype_t va_type; /* vnode type (for create) */ 488 vtype_t va_type; /* vnode type (for create) */ 1271 vnode_t *specvp(struct vnode *vp, dev_t dev, vtype_t type, struct cred *cr); 1272 vnode_t *makespecvp(dev_t dev, vtype_t type);
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1298 vtype_t 1303 vtype_t type; in mntfs_special_info_string() 1330 vtype_t 1334 vtype_t type; in mntfs_special_info_element() 1618 vtype_t type; /* type, if any, of special */ in mntioctl()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 536 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags) in zfs_ace_valid() 660 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, in zfs_copy_ace_2_fuid() 779 zfs_copy_ace_2_oldace(vtype_t obj_type, zfs_acl_t *aclp, ace_t *acep, in zfs_copy_ace_2_oldace() 1336 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t trim, zfs_acl_t *aclp) in zfs_acl_chmod() 1487 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() 1503 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit() 1870 zfs_vsec_2_aclp(zfsvfs_t *zfsvfs, vtype_t obj_type, in zfs_vsec_2_aclp()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 178 static vtype_t nf_to_vt[] = {
|
H A D | nfs3ops.c | 190 vtype_t nf3_to_vt[] = in nfs3getattr()
|
H A D | nfs4ops.c | 176 static vtype_t nf4_to_vt[] = {
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_client.c | 216 vtype_t vtype, oldvt; in smbfs_attrcache_fa()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 646 vtype_t type = vap->va_type; in sdev_create() 892 vtype_t type; in sdev_rename()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_attr.c | 537 vtype_t nf4_to_vt[] = {
|
H A D | nfs4_vfsops.c | 1674 nfs4getfh_otw(struct mntinfo4 *mi, servinfo4_t *svp, vtype_t *vtp, in nfs4getfh_otw() 2177 vtype_t vtype; in nfs4_remap_root() 2274 vtype_t vtype = VNON; in nfs4rootvp() 2275 vtype_t tmp_vtype = VNON; in nfs4rootvp()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1346 extern vtype_t nf4_to_vt[];
|
H A D | nfs.h | 961 extern vtype_t nf_to_vt[]; 2282 extern vtype_t nf3_to_vt[];
|
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 716 mdb_vtype2chr(vtype_t type, mode_t mode) in mdb_vtype2chr()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 1220 ud_ifree(struct ud_inode *ip, vtype_t type) in ud_ifree()
|