Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/fuse/
H A Dfuse_node.c156 uint64_t nodeid, __enum_uint8(vtype) vtyp) in fuse_vnode_init()
171 vp->v_type = vtyp; in fuse_vnode_init()
204 __enum_uint8(vtype) vtyp, in fuse_vnode_alloc()
213 if (vtyp == VNON) { in fuse_vnode_alloc()
223 if ((*vpp)->v_type == vtyp) { in fuse_vnode_alloc()
238 SDT_PROBE3(fusefs, , node, stale_vnode, *vpp, vtyp, in fuse_vnode_alloc()
246 switch (vtyp) { in fuse_vnode_alloc()
259 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp); in fuse_vnode_alloc()
269 if (data->dataflags & FSESS_ASYNC_READ && vtyp != VFIFO) in fuse_vnode_alloc()
298 __enum_uint8(vtype) vtyp) in fuse_vnode_get()
[all …]
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.c793 __enum_uint8(vtype) vtyp, in fuse_internal_newentry_core()
805 if ((err = fuse_internal_checkentry(feo, vtyp))) { in fuse_internal_newentry_core()
808 err = fuse_vnode_get(mp, feo, feo->nodeid, dvp, vpp, cnp, vtyp); in fuse_internal_newentry_core()
899 __enum_uint8(vtype) vtyp; in fuse_internal_do_getattr()
920 vtyp = IFTOVT(fao->attr.mode); in fuse_internal_do_getattr()
937 if (vtyp != vnode_vtype(vp)) { in fuse_internal_do_getattr()
1141 __enum_uint8(vtype) vtyp; in fuse_internal_setattr()
1217 vtyp = IFTOVT(((struct fuse_attr_out *)fdi.answ)->attr.mode); in fuse_internal_setattr()
1219 if (vnode_vtype(vp) != vtyp) { in fuse_internal_setattr()
1220 if (vnode_vtype(vp) == VNON && vtyp != VNON) { in fuse_internal_setattr()
H A Dfuse_vfsops.c544 __enum_uint8(vtype) vtyp; in fuse_vfsop_vget()
578 vtyp = IFTOVT(feo->attr.mode); in fuse_vfsop_vget()
579 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.c1401 __enum_uint8(vtype) vtyp;
1411 flaa->vtyp); in fuse_lookup_alloc()
1449 __enum_uint8(vtype) vtyp; /* vnode type of target */ in fuse_vnop_lookup()
1482 vtyp = VDIR; in fuse_vnop_lookup()
1486 vtyp = VDIR; in fuse_vnop_lookup()
1559 vtyp = IFTOVT(feo->attr.mode); in fuse_vnop_lookup()
1590 flaa.vtyp = vtyp; in fuse_vnop_lookup()
1610 &vp, cnp, vtyp); in fuse_vnop_lookup()
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1160 __enum_uint8(vtype) vtyp; in nfsrvd_create()
1179 if (vtyp == VNON) in nfsrvd_create()
1180 vtyp = VREG; in nfsrvd_create()
1349 vtyp = nfsv34tov_type(*tl); in nfsrvd_mknod()
1393 nva.na_type = vtyp; in nfsrvd_mknod()
1395 (vtyp == VCHR || vtyp == VBLK)) { in nfsrvd_mknod()
1429 if (vtyp == VLNK) in nfsrvd_mknod()
1435 if (vtyp == VDIR) in nfsrvd_mknod()
1456 if ((nd->nd_flag & ND_NFSV4) && (vtyp == VDIR || vtyp == VLNK)) { in nfsrvd_mknod()
1457 if (vtyp == VDIR) { in nfsrvd_mknod()
[all …]
H A Dnfs_nfsdport.c1322 __enum_uint8(vtype) vtyp; in nfsvno_mknod()
1324 vtyp = nvap->na_type; in nfsvno_mknod()
1335 if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) { in nfsvno_mknod()
1341 if (vtyp == VSOCK) { in nfsvno_mknod()
7100 nfsrv_checkwrongsec(struct nfsrv_descript *nd, int nextop, __enum_uint8(vtype) vtyp) in nfsrv_checkwrongsec() argument
7114 if (nextop == NFSV4OP_OPEN && vtyp == VDIR) in nfsrv_checkwrongsec()
/freebsd-14.2/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()