Home
last modified time | relevance | path

Searched refs:nodeid (Results 1 – 22 of 22) sorted by relevance

/external/libfuse/lib/
Dfuse_lowlevel.c346 arg->nodeid = e->ino; in fill_entry()
1085 static void do_lookup(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_lookup() argument
1090 req->se->op.lookup(req, nodeid, name); in do_lookup()
1095 static void do_forget(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_forget() argument
1100 req->se->op.forget(req, nodeid, arg->nlookup); in do_forget()
1105 static void do_batch_forget(fuse_req_t req, fuse_ino_t nodeid, in do_batch_forget() argument
1112 (void) nodeid; in do_batch_forget()
1130 req->se->op.forget(dummy_req, forget->nodeid, in do_batch_forget()
1139 static void do_getattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_getattr() argument
1155 req->se->op.getattr(req, nodeid, fip); in do_getattr()
[all …]
Dfuse.c145 fuse_ino_t nodeid; member
190 fuse_ino_t nodeid; member
528 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck() argument
530 size_t hash = id_hash(f, nodeid); in get_node_nocheck()
534 if (node->nodeid == nodeid) in get_node_nocheck()
540 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() argument
542 struct node *node = get_node_nocheck(f, nodeid); in get_node()
545 (unsigned long long) nodeid); in get_node()
622 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id()
666 size_t newhash = id_hash(f, node->nodeid); in rehash_id()
[all …]
Dcuse_lowlevel.c195 void cuse_lowlevel_init(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in cuse_lowlevel_init() argument
204 (void) nodeid; in cuse_lowlevel_init()
/external/antlr/runtime/ObjC/Framework/
DACBTree.m83 @synthesize nodeid;
102 nodeid = theDict.nxt_nodeid++;
105 if ( nodeid == 0 ) {
165 told.nodeid = 1;
192 nodeNum = tnew.nodeid;
193 tnew.nodeid = 0;
194 self.nodeid = nodeNum;
198 tnew.lnodeid = self.nodeid;
200 self.rnodeid = tnew.nodeid;
204 /* affected by nodeid swap */
[all …]
DACBTree.h57 NSInteger nodeid; /* node id */ variable
73 @property (assign) NSInteger nodeid;
DAMutableDictionary.m250 root.nodeid = 0;
/external/u-boot/drivers/ddr/fsl/
Dutil.c394 u64 nodeid; in remove_unused_controllers() local
400 nodeid = in_le64(hnf_sam_ctrl) & CCN_HN_F_SAM_NODEID_MASK; in remove_unused_controllers()
401 if (nodeid == CCN_HN_F_SAM_NODEID_DDR0) { in remove_unused_controllers()
403 } else if (nodeid == CCN_HN_F_SAM_NODEID_DDR1) { in remove_unused_controllers()
407 nodeid); in remove_unused_controllers()
/external/libfuse/
DAndroid.patch76 @@ -1202,6 +1207,16 @@ static void do_readlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg)
80 +static void do_canonical_path(fuse_req_t req, fuse_ino_t nodeid, const void *inarg)
85 + req->se->op.canonical_path(req, nodeid);
90 static void do_mknod(fuse_req_t req, fuse_ino_t nodeid, const void *inarg)
/external/libnl/tests/
Dtest-u32-filter-with-actions.c47 __u32 htid=0, hash=0, nodeid=0; in get_u32_handle() local
69 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
72 if (nodeid>=0x1000) in get_u32_handle()
76 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
Dtest-complex-HTB-with-hash-filters.c48 __u32 htid=0, hash=0, nodeid=0; in get_u32_handle() local
70 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
73 if (nodeid>=0x1000) in get_u32_handle()
77 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh95 local nodeid="$1"
96 local nodepath="$nodedir/node$nodeid"
100 set_memsinfo_val $nodeid $info
/external/kernel-headers/original/uapi/linux/
Dfuse.h493 uint64_t nodeid; /* Inode ID */ member
508 uint64_t nodeid; member
790 uint64_t nodeid; member
847 uint64_t nodeid; member
855 uint64_t nodeid; member
Ddlm_plock.h36 __s32 nodeid; member
Ddlm_netlink.h27 int nodeid; member
Ddlm_device.h58 __u32 nodeid; member
/external/libfuse/include/
Dfuse_kernel.h449 uint64_t nodeid; /* Inode ID */ member
464 uint64_t nodeid; member
746 uint64_t nodeid; member
803 uint64_t nodeid; member
811 uint64_t nodeid; member
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcpuinfo.h5 int nodeid; /* which node is this CPU on */ member
Dcpuinfo.c275 cpus[i].nodeid = node; in getcpuinfo()
/external/iproute2/tc/
Df_u32.c49 __u32 htid = 0, hash = 0, nodeid = 0; in get_u32_handle() local
71 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
74 if (nodeid >= 0x1000) in get_u32_handle()
78 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
87 __u32 nodeid = TC_U32_NODE(handle); in sprint_u32_handle() local
100 if (nodeid|hash) { in sprint_u32_handle()
107 if (nodeid) { in sprint_u32_handle()
108 int l = snprintf(b, bsize, ":%x", nodeid); in sprint_u32_handle()
/external/skia/tools/debugger/
DDebugLayerManager.h110 DebugCanvas* getEventDebugCanvas(int nodeid, int frame);
/external/scapy/scapy/contrib/
Disis.py107 def isis_nodeid2str(nodeid): argument
108 return isis_sysid2str(nodeid[:-3]) + hex_bytes(nodeid[-2:])
/external/libnl/lib/route/cls/
Du32.c360 int nodeid) in rtnl_u32_set_handle() argument
362 uint32_t handle = (htid << 20) | (hash << 12) | nodeid; in rtnl_u32_set_handle()