Symbol: vtype
sbin/jscan/dump_mirror.c
343
jattr->vtype = buf_to_int64(buf, recsize);
sbin/jscan/dump_mirror.c
606
fprintf(stderr, "RECREATE %s (type %d)\n", filename, jattr->vtype);
sbin/jscan/dump_mirror.c
609
switch(jattr->vtype) {
sbin/jscan/jattr.h
72
int vtype;
sys/kern/kern_linker.c
1417
enum vtype type;
sys/kern/vfs_subr.c
1721
vaccess(enum vtype type, mode_t file_mode, uid_t uid, gid_t gid,
sys/kern/vfs_subr.c
98
__read_mostly enum vtype iftovt_tab[16] = {
sys/sys/vfscache.h
121
enum vtype va_type; /* vnode type (for create) */
sys/sys/vfscache.h
155
enum vtype va_type; /* vnode type (for create) */
sys/sys/vnode.h
167
enum vtype v_type; /* vnode type */
sys/sys/vnode.h
324
extern enum vtype iftovt_tab[];
sys/sys/vnode.h
445
int vaccess(enum vtype, mode_t, uid_t, gid_t, mode_t, struct ucred *);
sys/vfs/dirfs/dirfs.h
133
enum vtype dn_type; /* Node type. Same as vnode
sys/vfs/fuse/fuse.h
117
enum vtype type;
sys/vfs/fuse/fuse.h
154
void fuse_node_new(struct fuse_mount*, uint64_t, enum vtype,
sys/vfs/fuse/fuse.h
158
uint64_t, enum vtype, struct vnode **);
sys/vfs/fuse/fuse_node.c
52
fuse_node_new(struct fuse_mount *fmp, uint64_t ino, enum vtype vtyp,
sys/vfs/fuse/fuse_node.c
96
uint64_t ino, enum vtype vtyp, struct vnode **vpp)
sys/vfs/fuse/fuse_vnops.c
503
enum vtype vtyp;
sys/vfs/fuse/fuse_vnops.c
683
enum vtype vtyp;
sys/vfs/fuse/fuse_vnops.c
759
enum vtype vtyp;
sys/vfs/hammer/hammer.h
1076
enum vtype hammer_get_vnode_type(uint8_t obj_type);
sys/vfs/hammer/hammer.h
1078
uint8_t hammer_get_obj_type(enum vtype vtype);
sys/vfs/hammer/hammer_subs.c
815
enum vtype
sys/vfs/hammer/hammer_subs.c
868
hammer_get_obj_type(enum vtype vtype)
sys/vfs/hammer/hammer_subs.c
870
switch(vtype) {
sys/vfs/hammer2/hammer2.h
1466
uint8_t hammer2_get_obj_type(enum vtype vtype);
sys/vfs/hammer2/hammer2_subr.c
107
hammer2_get_obj_type(enum vtype vtype)
sys/vfs/hammer2/hammer2_subr.c
109
switch(vtype) {
sys/vfs/nfs/nfs.h
635
extern enum vtype nv3tov_type[8];
sys/vfs/nfs/nfs_serv.c
1896
enum vtype vtyp;
sys/vfs/nfs/nfs_subs.c
1411
nfs_setvtype(struct vnode *vp, enum vtype vtyp)
sys/vfs/nfs/nfs_subs.c
663
enum vtype vtyp;
sys/vfs/nfs/nfs_subs.c
88
static enum vtype nv2tov_type[8]= {
sys/vfs/nfs/nfs_subs.c
91
enum vtype nv3tov_type[8]= {
sys/vfs/nfs/nfsmount.h
123
extern void nfs_setvtype(struct vnode *, enum vtype);
sys/vfs/ntfs/ntfs_subr.c
857
enum vtype f_type;
sys/vfs/ntfs/ntfs_vfsops.c
701
enum vtype f_type;
sys/vfs/tmpfs/tmpfs.h
170
enum vtype tn_type;
sys/vfs/tmpfs/tmpfs.h
399
int tmpfs_alloc_node(struct tmpfs_mount *, enum vtype,
sys/vfs/tmpfs/tmpfs_subr.c
95
tmpfs_alloc_node(struct tmpfs_mount *tmp, enum vtype type,
test/debug/vnodeinfo.c
226
vtype(enum vtype type)
test/debug/vnodeinfo.c
264
vp, vn.v_state, vn.v_refcnt, vn.v_auxrefs, vtype(vn.v_type), vn.v_flag);
usr.bin/fstat/fstat.h
54
mtrans(enum vtype type)
usr.sbin/makefs/ffs/buf.h
57
enum vtype v_type; /* DragonFly */
usr.sbin/makefs/hammer2/hammer2.h
1511
uint8_t hammer2_get_obj_type(enum vtype vtype);
usr.sbin/makefs/hammer2/hammer2_subr.c
113
hammer2_get_obj_type(enum vtype vtype)
usr.sbin/makefs/hammer2/hammer2_subr.c
115
switch(vtype) {