HomeSort by: relevance | last modified time | path
    Searched refs:vtype (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/share/examples/puffs/pgfs/
pgfs_subs.h 36 enum vtype;
64 int mkfile(struct Xconn *, enum vtype, mode_t, uid_t, gid_t, fileid_t *);
67 int mklinkfile(struct Xconn *, fileid_t, const char *, enum vtype, mode_t,
69 int mklinkfile_lo(struct Xconn *, fileid_t, const char *, enum vtype, mode_t,
pgfs_subs.c 97 fromvtype(enum vtype vtype)
100 if (vtype < __arraycount(vtype_table)) {
101 assert(vtype_table[vtype] != NULL);
102 return vtype_table[vtype];
660 mkfile(struct Xconn *xc, enum vtype vtype, mode_t mode, uid_t uid, gid_t gid,
667 type = fromvtype(vtype);
741 enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *idp
801 unsigned int vtype; local in function:cleanupfile
    [all...]
  /src/usr.bin/fstat/
fstat.h 56 mode_t getftype(enum vtype);
  /src/tests/fs/puffs/h_dtfs/
dtfs.h 103 const struct puffs_cn *, enum vtype);
118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
dtfs_vfsops.c 44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt)
66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt)
90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt)
108 enum vtype vt;
109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype);
  /src/sys/coda/
coda_venus.h 85 /*out*/ CodaFid *VFid, int *vtype);
137 /*out*/ CodaFid *VFid, int *vtype);
coda_vfsops.c 528 int vtype; local in function:coda_fhtovp
541 error = venus_fhtovp(vftomi(vfsp), &cfid->cfid_fid, l->l_cred, l->l_proc, &VFid, &vtype);
549 coda_f2s(&VFid), vtype, error)); )
551 cp = make_coda_node(&VFid, vfsp, vtype);
  /src/sys/sys/
vnode.h 90 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enum
179 enum vtype v_type; /* - vnode type */
258 enum vtype va_type; /* vnode type (for create) */
387 extern const enum vtype iftovt_tab[];
596 void vdevgone(int, int, int, enum vtype);
597 int vfinddev(dev_t, enum vtype, struct vnode **);
660 uint8_t vtype2dt(enum vtype);
  /src/sys/arch/sparc64/include/
ctlreg.h 497 #define SPARC64_LD_DEF(ld, type, vtype) \
500 vtype _v; \
511 #define SPARC64_LD_DEF(ld, type, vtype) \
514 vtype _v; \
569 #define SPARC64_LD_DEF(ld, type, vtype) \
572 vtype _v; \
637 #define SPARC64_LD_DEF(ld, type, vtype) \
640 vtype _v; \
  /src/sys/miscfs/kernfs/
kernfs.h 175 #define KERNFS_INITENTRY(dkt, type, name, data, tag, vtype, mode) do { \
181 (dkt)->dkt_kt.kt_vtype = (vtype); \
  /src/sys/ufs/chfs/
chfs_inode.h 61 #define CHTTOVT(ch_type) (enum vtype)(ch_type)
64 /* vtype replaced with chtype, these are only for backward compatibility */
  /src/sys/miscfs/specfs/
specdev.h 97 int spec_node_lookup_by_dev(enum vtype, dev_t, int, vnode_t **);
  /src/lib/libpuffs/
subr.c 232 puffs_vtype2dt(enum vtype vt)
241 enum vtype
291 puffs_addvtype2mode(mode_t mode, enum vtype type)
puffs.h 506 enum vtype, size_t, dev_t);
534 void puffs_newinfo_setvtype(struct puffs_newinfo *, enum vtype);
579 int puffs_vtype2dt(enum vtype);
580 enum vtype puffs_mode2vt(mode_t);
582 mode_t puffs_addvtype2mode(mode_t, enum vtype);
603 int puffs_access(enum vtype, mode_t, uid_t, gid_t, mode_t,
607 int puffs_access_chmod(uid_t, gid_t, enum vtype, mode_t,
pnode.c 160 puffs_newinfo_setvtype(struct puffs_newinfo *pni, enum vtype vt)
creds.c 162 puffs_access(enum vtype type, mode_t file_mode, uid_t uid, gid_t gid,
231 puffs_access_chmod(uid_t owner, gid_t group, enum vtype type, mode_t mode,
  /src/sys/fs/puffs/
puffs_node.c 57 puffs_getvnode1(struct mount *mp, puffs_cookie_t ck, enum vtype type,
135 puffs_getvnode(struct mount *mp, puffs_cookie_t ck, enum vtype type,
146 enum vtype type, dev_t rdev)
puffs_compat.c 60 enum vtype va_type;
86 enum vtype pvfsr_vtype; /* IN */
102 enum vtype pvnr_vtype; /* IN */
puffs_sys.h 157 enum vtype pmp_root_vtype;
261 int puffs_getvnode(struct mount *, puffs_cookie_t, enum vtype,
265 enum vtype, dev_t);
  /src/sys/ufs/ufs/
ufs_quota2.c 435 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred,
471 q2vp = &q2e[i]->q2e_val[vtype];
491 quota2_ufs_rwq2v(&q2e[i]->q2e_val[vtype], &q2v, needswap);
497 KAUTH_ARG(i), KAUTH_ARG(vtype), NULL) != 0) {
501 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) {
505 quotatypes[i], limnames[vtype]);
506 dq->dq_flags |= DQ_WARN(vtype);
511 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) {
515 quotatypes[i], limnames[vtype]);
516 dq->dq_flags |= DQ_WARN(vtype);
    [all...]
  /src/sys/fs/nfs/common/
nfs_commonacl.c 40 enum vtype type, acl_perm_t *permp);
189 enum vtype type, acl_perm_t *permp)
279 enum vtype, int, int, struct acl_entry *);
286 enum vtype type, int group, int owner, struct acl_entry *ace)
394 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type,
nfs_common.h 41 extern enum vtype nv3tov_type[];
  /src/sys/rump/librump/rumpvfs/
rump_vfs.c 290 rump_getvninfo(struct vnode *vp, enum rump_vtype *vtype,
294 *vtype = (enum rump_vtype)vp->v_type;
348 vap->va_type = (enum vtype)vt;
  /src/sys/fs/hfs/
hfs.h 172 enum vtype hfs_catalog_keyed_record_vtype(const hfs_catalog_keyed_record_t *);
  /src/sys/ufs/lfs/
ulfs_quota2.c 438 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred,
475 q2vp = &q2e[i]->q2e_val[vtype];
495 lfsquota2_ulfs_rwq2v(&q2e[i]->q2e_val[vtype], &q2v, needswap);
501 KAUTH_ARG(i), KAUTH_ARG(vtype), NULL) != 0) {
505 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) {
509 lfs_quotatypes[i], limnames[vtype]);
510 dq->dq_flags |= DQ_WARN(vtype);
515 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) {
519 lfs_quotatypes[i], limnames[vtype]);
520 dq->dq_flags |= DQ_WARN(vtype);
    [all...]

Completed in 23 milliseconds

1 2 3