Searched refs:nodeid (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_node.c132 uint64_t nodeid, enum vtype vtyp)
136 fvdat->nid = nodeid;
137 if (nodeid == FUSE_ROOT_ID) {
175 uint64_t nodeid,
183 FS_DEBUG("been asked for vno #%ju\n", (uintmax_t)nodeid);
189 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp,
190 fuse_vnode_cmp, &nodeid);
206 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp);
214 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE,
215 td, &vp2, fuse_vnode_cmp, &nodeid);
131 fuse_vnode_init(struct vnode *vp, struct fuse_vnode_data *fvdat, uint64_t nodeid, enum vtype vtyp) argument
173 fuse_vnode_alloc(struct mount *mp, struct thread *td, uint64_t nodeid, enum vtype vtyp, struct vnode **vpp) argument
229 fuse_vnode_get(struct mount *mp, uint64_t nodeid, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, enum vtype vtyp) argument
[all...]
H A Dfuse_node.h115 uint64_t nodeid,
H A Dfuse_internal.h311 if (feo->nodeid == FUSE_NULL_ID) {
313 "EINVAL -- feo->nodeid is NULL\n");
317 if (feo->nodeid == FUSE_ROOT_ID) {
319 "EINVAL -- feo->nodeid is FUSE_ROOT_ID\n");
360 uint64_t nodeid,
H A Dfuse_internal.c484 err = fuse_vnode_get(mp, feo->nodeid, dvp, vpp, cnp, vtyp);
487 feo->nodeid, 1);
523 ((struct fuse_in_header *)ftick->tk_ms_fiov.base)->nodeid, 1);
532 uint64_t nodeid,
539 debug_printf("mp=%p, nodeid=%ju, nlookup=%ju\n",
540 mp, (uintmax_t)nodeid, (uintmax_t)nlookup);
544 * (long long unsigned) nodeid));
548 fdisp_make(&fdi, FUSE_FORGET, mp, nodeid, td, cred);
529 fuse_internal_forget_send(struct mount *mp, struct thread *td, struct ucred *cred, uint64_t nodeid, uint64_t nlookup) argument
H A Dfuse_kernel.h176 __u64 nodeid; /* Inode ID */ member in struct:fuse_entry_out
177 __u64 generation; /* Inode generation: nodeid:gen must
349 __u64 nodeid; member in struct:fuse_in_header
H A Dfuse_ipc.h375 uint64_t nodeid; member in struct:fuse_dispatcher
H A Dfuse_vnops.c383 err = fuse_vnode_get(mp, feo->nodeid, dvp, vpp, cnp, VREG);
386 uint64_t nodeid = feo->nodeid; local
390 fdisp_make(fdip, FUSE_RELEASE, mp, nodeid, td, cred);
750 nid = ((struct fuse_entry_out *)fdi.answ)->nodeid;
753 * zero nodeid is the same as "not found",
2375 printf("nodeid: %ju, parent nodeid: %ju, nlookup: %ju, flag: %#x\n",
H A Dfuse_ipc.c729 ihead->nodeid = nid;
/freebsd-10-stable/sys/netgraph/
H A Dng_ksocket.h75 u_int32_t nodeid; /* node ID of connected ksocket */ member in struct:ng_ksocket_accept
81 { "nodeid", &ng_parse_hint32_type }, \
H A Dng_ksocket.c1292 resp_data->nodeid = NG_NODE_ID(node);
/freebsd-10-stable/sys/dev/firewire/
H A Dfirewire.c1334 fc->max_node = fc->nodeid & 0x3f;
1335 CSRARC(fc, NODE_IDS) = ((uint32_t)fc->nodeid) << 16;
1414 (fc->irm == fc->nodeid) ? " (me) " : "");
1417 if (fc->irm == fc->nodeid) {
1635 fwdev->speed = fc->speed_map->speed[fc->nodeid][node];
1742 if (node == fc->nodeid) {
1745 "found myself node(%d) fc->nodeid(%d) fc->max_node(%d)\n",
1746 __func__, node, fc->nodeid, fc->max_node);
2175 bmr = fc->nodeid;
2217 xfer->send.payload[1] = htonl(fc->nodeid);
[all...]
H A Dif_fwip.c591 uint16_t nodeid; local
650 nodeid = FWLOCALBUS | fc->nodeid;
667 p[0] = htonl(nodeid << 16);
700 fwip->last_hdr.mode.wreqb.src = nodeid;
954 * ifp->if_input so that we can pass the source nodeid as an
H A Dfirewirereg.h110 nodeid:6; member in struct:firewire_comm
H A Dfwdev.c794 devinfo->dst = fc->nodeid;
H A Dsbp.c1267 htonl(((sdev->target->sbp->fd.fc->nodeid | FWLOCALBUS )<< 16));
1389 nid = target->sbp->fd.fc->nodeid | FWLOCALBUS;
2459 ocb->orb[2] = htonl(((sbp->fd.fc->nodeid | FWLOCALBUS )<< 16) );
H A Dfwohci.c1908 fc->nodeid = node_id & 0x3f;
1910 __func__, fc->nodeid, (plen >> 16) & 0xff);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_replay.c57 uint64_t uid, uint64_t gid, uint64_t rdev, uint64_t nodeid)
70 vap->va_nodeid = nodeid;
56 zfs_init_vattr(vattr_t *vap, uint64_t mask, uint64_t mode, uint64_t uid, uint64_t gid, uint64_t rdev, uint64_t nodeid) argument
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dt4fw_interface.h2242 __be16 nodeid; member in struct:fw_foiscsi_node_wr
/freebsd-10-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2611 __be16 nodeid; member in struct:fw_foiscsi_node_wr

Completed in 418 milliseconds