Home
last modified time | relevance | path

Searched refs:vtyp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_internal.h285 fuse_internal_checkentry(struct fuse_entry_out *feo, __enum_uint8(vtype) vtyp) in fuse_internal_checkentry() argument
287 if (vtyp != IFTOVT(feo->attr.mode)) { in fuse_internal_checkentry()
304 __enum_uint8(vtype) vtyp);
311 struct componentname *cnp, __enum_uint8(vtype) vtyp, struct fuse_dispatcher *fdip);
H A Dfuse_internal.c792 __enum_uint8(vtype) vtyp, in fuse_internal_newentry_core()
804 if ((err = fuse_internal_checkentry(feo, vtyp))) { in fuse_internal_newentry_core()
807 err = fuse_vnode_get(mp, feo, feo->nodeid, dvp, vpp, cnp, vtyp); in fuse_internal_newentry_core()
898 __enum_uint8(vtype) vtyp; in fuse_internal_do_getattr()
919 vtyp = IFTOVT(fao->attr.mode); in fuse_internal_do_getattr()
936 if (vtyp != vnode_vtype(vp)) { in fuse_internal_do_getattr()
1136 __enum_uint8(vtype) vtyp; in fuse_internal_setattr()
1212 vtyp = IFTOVT(((struct fuse_attr_out *)fdi.answ)->attr.mode); in fuse_internal_setattr()
1214 if (vnode_vtype(vp) != vtyp) { in fuse_internal_setattr()
1215 if (vnode_vtype(vp) == VNON && vtyp != VNON) { in fuse_internal_setattr()
H A Dfuse_vfsops.c543 __enum_uint8(vtype) vtyp; in fuse_vfsop_vget()
577 vtyp = IFTOVT(feo->attr.mode); in fuse_vfsop_vget()
578 error = fuse_vnode_get(mp, feo, nodeid, NULL, vpp, NULL, vtyp); in fuse_vfsop_vget()
H A Dfuse_node.h202 struct componentname *cnp, __enum_uint8(vtype) vtyp);
H A Dfuse_vnops.c1400 __enum_uint8(vtype) vtyp;
1410 flaa->vtyp); in fuse_lookup_alloc()
1448 __enum_uint8(vtype) vtyp; /* vnode type of target */ in fuse_vnop_lookup()
1481 vtyp = VDIR; in fuse_vnop_lookup()
1485 vtyp = VDIR; in fuse_vnop_lookup()
1558 vtyp = IFTOVT(feo->attr.mode); in fuse_vnop_lookup()
1589 flaa.vtyp = vtyp; in fuse_vnop_lookup()
1609 &vp, cnp, vtyp); in fuse_vnop_lookup()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1160 __enum_uint8(vtype) vtyp; in nfsrvd_create()
1178 vtyp = IFTOVT(fxdr_unsigned(u_int32_t, sp->sa_mode)); in nfsrvd_create()
1179 if (vtyp == VNON) in nfsrvd_create()
1180 vtyp = VREG; in nfsrvd_create()
1181 NFSVNO_SETATTRVAL(&nva, type, vtyp); in nfsrvd_create()
1324 __enum_uint8(vtype) vtyp = VNON; in nfsrvd_mknod()
1349 vtyp = nfsv34tov_type(*tl); in nfsrvd_mknod()
1388 vtyp = nfsv34tov_type(*tl); in nfsrvd_mknod()
1393 nva.na_type = vtyp; in nfsrvd_mknod()
1395 (vtyp == VCHR || vtyp == VBLK)) { in nfsrvd_mknod()
[all …]
H A Dnfs_nfsdport.c1321 __enum_uint8(vtype) vtyp; in nfsvno_mknod()
1323 vtyp = nvap->na_type; in nfsvno_mknod()
1334 if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) { in nfsvno_mknod()
1340 if (vtyp == VSOCK) { in nfsvno_mknod()
7122 nfsrv_checkwrongsec(struct nfsrv_descript *nd, int nextop, __enum_uint8(vtype) vtyp) in nfsrv_checkwrongsec() argument
7136 if (nextop == NFSV4OP_OPEN && vtyp == VDIR) in nfsrv_checkwrongsec()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2394 u_int32_t rdev, __enum_uint8(vtype) vtyp, struct ucred *cred, NFSPROC_T *p, in nfsrpc_mknod()
2410 if (vtyp == VBLK || vtyp == VCHR) { in nfsrpc_mknod()
2412 *tl++ = vtonfsv34_type(vtyp); in nfsrpc_mknod()
2417 *tl = vtonfsv34_type(vtyp); in nfsrpc_mknod()
2423 *tl = vtonfsv34_type(vtyp); in nfsrpc_mknod()
2428 (vtyp == VCHR || vtyp == VBLK)) { in nfsrpc_mknod()
2393 nfsrpc_mknod(vnode_t dvp,char * name,int namelen,struct vattr * vap,u_int32_t rdev,__enum_uint8 (vtype)vtyp,struct ucred * cred,NFSPROC_T * p,struct nfsvattr * dnap,struct nfsvattr * nnap,struct nfsfh ** nfhpp,int * attrflagp,int * dattrflagp) nfsrpc_mknod() argument