Home
last modified time | relevance | path

Searched refs:vtype_t (Results 1 – 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h152 struct vnode *specvp(struct vnode *, dev_t, vtype_t, struct cred *);
153 struct vnode *makespecvp(dev_t, vtype_t);
156 struct vnode *specfind(dev_t, vtype_t);
157 struct vnode *commonvp(dev_t, vtype_t);
167 struct vnode *specvp_devfs(struct vnode *, dev_t, vtype_t,
178 void spec_size_invalidate(dev_t, vtype_t);
H A Dautofs.h268 extern fnnode_t *auto_makefnnode(vtype_t, vfs_t *, char *, cred_t *,
H A Dudf_inode.h415 vtype_t i_type; /* File type */
656 void ud_ifree(struct ud_inode *, vtype_t);
/illumos-gate/usr/src/uts/common/sys/
H A Desunddi.h94 e_ddi_getprop(dev_t dev, vtype_t type, char *name, int flags, int defaultval);
97 e_ddi_getprop_int64(dev_t dev, vtype_t type, char *name,
101 e_ddi_getproplen(dev_t dev, vtype_t type, char *name, int flags, int *lengthp);
104 e_ddi_getlongprop(dev_t dev, vtype_t type, char *name, int flags,
108 e_ddi_getlongprop_buf(dev_t dev, vtype_t type, char *name, int flags,
H A Dvnode.h174 } vtype_t; typedef
432 vtype_t va_type; /* vnode type (for create) */
562 vtype_t va_type; /* vnode type (for create) */
1358 vnode_t *specvp(struct vnode *vp, dev_t dev, vtype_t type, struct cred *cr);
1359 vnode_t *makespecvp(dev_t dev, vtype_t type);
H A Dpolicy.h179 int secpolicy_xvattr(xvattr_t *, uid_t, cred_t *, vtype_t);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c77 static struct snode *sfind(dev_t, vtype_t, struct vnode *);
78 static struct vnode *get_cvp(dev_t, vtype_t, struct snode *, int *);
85 vtype_t vtyp, in specvp_devfs()
116 vtype_t type, in specvp()
224 makespecvp(dev_t dev, vtype_t type) in makespecvp()
408 specfind(dev_t dev, vtype_t type) in specfind()
539 vtype_t type, in get_cvp()
585 commonvp(dev_t dev, vtype_t type) in commonvp()
686 vtype_t type, in sfind()
1062 spec_size_invalidate(dev_t dev, vtype_t type) in spec_size_invalidate()
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c89 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()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dstmf_sbd.h207 vtype_t sl_meta_vtype;
240 vtype_t sl_data_vtype;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h60 extern char mdb_vtype2chr(vtype_t, mode_t);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h172 } 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);
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h176 } vtype_t; typedef
367 vtype_t va_type; /* vnode type (for create) */
495 vtype_t va_type; /* vnode type (for create) */
1278 vnode_t *specvp(struct vnode *vp, dev_t dev, vtype_t type, struct cred *cr);
1279 vnode_t *makespecvp(dev_t dev, vtype_t type);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h226 int zfs_vsec_2_aclp(struct zfsvfs *, vtype_t, vsecattr_t *, cred_t *,
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1298 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()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c544 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags) in zfs_ace_valid()
668 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, in zfs_copy_ace_2_fuid()
789 zfs_copy_ace_2_oldace(vtype_t obj_type, zfs_acl_t *aclp, ace_t *acep, in zfs_copy_ace_2_oldace()
1358 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod()
1507 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use()
1523 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit()
1934 zfs_vsec_2_aclp(zfsvfs_t *zfsvfs, vtype_t obj_type, in zfs_vsec_2_aclp()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c178 static vtype_t nf_to_vt[] = {
H A Dnfs3ops.c190 vtype_t nf3_to_vt[] = in nfs3getattr()
H A Dnfs4ops.c175 static vtype_t nf4_to_vt[] = {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c648 vtype_t type = vap->va_type; in sdev_create()
922 vtype_t type; in sdev_rename()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c260 vtype_t vtype, oldvt; in smbfs_attrcache_fa()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c537 vtype_t nf4_to_vt[] = {
H A Dnfs4_vfsops.c1675 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()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1039 extern vtype_t nf_to_vt[];
2363 extern vtype_t nf3_to_vt[];
H A Dnfs4.h1491 extern vtype_t nf4_to_vt[];
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c531 vtype_t type;

12