Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c323 arg->nodeid = e->ino; in fill_entry()
491 static void do_lookup(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_lookup() argument
496 req->f->op.lookup(req, nodeid, name); in do_lookup()
501 static void do_forget(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_forget() argument
506 req->f->op.forget(req, nodeid, arg->nlookup); in do_forget()
511 static void do_getattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_getattr() argument
516 req->f->op.getattr(req, nodeid, NULL); in do_getattr()
521 static void do_setattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_setattr() argument
537 req->f->op.setattr(req, nodeid, &stbuf, arg->valid & ~FATTR_FH, fi); in do_setattr()
542 static void do_access(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_access() argument
[all …]
Dfuse.c115 fuse_ino_t nodeid; member
143 fuse_ino_t nodeid; member
256 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck() argument
258 size_t hash = nodeid % f->id_table_size; in get_node_nocheck()
262 if (node->nodeid == nodeid) in get_node_nocheck()
268 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() argument
270 struct node *node = get_node_nocheck(f, nodeid); in get_node()
273 (unsigned long long) nodeid); in get_node()
287 size_t hash = node->nodeid % f->id_table_size; in unhash_id()
299 size_t hash = node->nodeid % f->id_table_size; in hash_id()
[all …]
/third_party/libnl/tests/
Dtest-u32-filter-with-actions.c51 __u32 htid=0, hash=0, nodeid=0; in get_u32_handle() local
73 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
76 if (nodeid>=0x1000) in get_u32_handle()
80 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
Dtest-complex-HTB-with-hash-filters.c51 __u32 htid=0, hash=0, nodeid=0; in get_u32_handle() local
73 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
76 if (nodeid>=0x1000) in get_u32_handle()
80 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
/third_party/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
/third_party/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()
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h200 __u64 nodeid; /* Inode ID */ member
417 __u64 nodeid; member
/third_party/skia/tools/debugger/
DDebugLayerManager.h110 DebugCanvas* getEventDebugCanvas(int nodeid, int frame);
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp284 JSObject imageUseInfo(int framenumber, int nodeid) { in imageUseInfo() argument
287 if (nodeid >= 0) { in imageUseInfo()
288 debugCanvas = fLayerManager->getEventDebugCanvas(nodeid, framenumber); in imageUseInfo()
/third_party/libnl/lib/route/cls/
Du32.c398 int nodeid) in rtnl_u32_set_handle() argument
400 uint32_t handle = (htid << 20) | (hash << 12) | nodeid; in rtnl_u32_set_handle()