Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
H A 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, cons argument
552 do_readlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_readlink() argument
562 do_mknod(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_mknod() argument
588 do_mkdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_mkdir() argument
601 do_unlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_unlink() argument
611 do_rmdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_rmdir() argument
621 do_symlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_symlink() argument
632 do_rename(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_rename() argument
644 do_link(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_link() argument
654 do_create(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_create() argument
675 do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_open() argument
689 do_read(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_read() argument
704 do_write(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_write() argument
726 do_flush(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_flush() argument
744 do_release(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_release() argument
764 do_fsync(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_fsync() argument
779 do_opendir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_opendir() argument
793 do_readdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_readdir() argument
808 do_releasedir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_releasedir() argument
824 do_fsyncdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_fsyncdir() argument
839 do_statfs(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_statfs() argument
855 do_setxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_setxattr() argument
867 do_getxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_getxattr() argument
877 do_listxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_listxattr() argument
887 do_removexattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_removexattr() argument
911 do_getlk(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_getlk() argument
928 do_setlk_common(fuse_req_t req, fuse_ino_t nodeid, const void *inarg, int should_sleep) do_setlk_common() argument
946 do_setlk(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_setlk() argument
951 do_setlkw(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_setlkw() argument
990 do_interrupt(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_interrupt() argument
1030 do_bmap(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_bmap() argument
1040 do_ioctl(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_ioctl() argument
1073 do_init(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_init() argument
1188 do_destroy(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) do_destroy() argument
[all...]
H A 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 in unhash_id()
473 get_path_name(struct fuse *f, fuse_ino_t nodeid, const char *name) get_path_name() argument
558 get_path(struct fuse *f, fuse_ino_t nodeid) get_path() argument
563 forget_node(struct fuse *f, fuse_ino_t nodeid, uint64_t nlookup) forget_node() argument
626 set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf) set_stat() argument
1163 lookup_path(struct fuse *f, fuse_ino_t nodeid, const char *name, const char *path, struct fuse_entry_param *e, struct fuse_file_info *fi) lookup_path() argument
[all...]
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c358 arg->nodeid = e->ino;
1098 static void do_lookup(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) argument
1103 req->se->op.lookup(req, nodeid, name);
1108 static void do_forget(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) argument
1113 req->se->op.forget(req, nodeid, arg->nlookup);
1118 static void do_batch_forget(fuse_req_t req, fuse_ino_t nodeid, argument
1125 (void) nodeid;
1143 req->se->op.forget(dummy_req, forget->nodeid,
1152 static void do_getattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) argument
1168 req->se->op.getattr(req, nodeid, fi
1173 do_setattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1207 do_access(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1217 do_readlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1227 do_mknod(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1243 do_mkdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1256 do_unlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1266 do_rmdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1276 do_symlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1287 do_rename(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1300 do_rename2(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1313 do_link(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1323 do_create(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1344 do_open(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1358 do_read(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1376 do_write(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1401 do_write_buf(fuse_req_t req, fuse_ino_t nodeid, const void *inarg, const struct fuse_buf *ibuf) global() argument
1445 do_flush(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1462 do_release(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1485 do_fsync(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1500 do_opendir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1514 do_readdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1528 do_readdirplus(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1542 do_releasedir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1557 do_fsyncdir(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1572 do_statfs(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1588 do_setxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1605 do_getxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1615 do_listxattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1625 do_removexattr(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1649 do_getlk(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1666 do_setlk_common(fuse_req_t req, fuse_ino_t nodeid, const void *inarg, int sleep) global() argument
1707 do_setlk(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1712 do_setlkw(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1759 do_interrupt(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1806 do_bmap(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1816 do_ioctl(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1850 do_poll(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1878 do_fallocate(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1913 do_lseek(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
1930 do_init(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
2199 do_destroy(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) global() argument
2237 do_notify_reply(fuse_req_t req, fuse_ino_t nodeid, const void *inarg, const struct fuse_buf *buf) global() argument
[all...]
H A Dfuse.c138 fuse_ino_t nodeid; member
183 fuse_ino_t nodeid; member
521 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck() argument
523 size_t hash = id_hash(f, nodeid); in get_node_nocheck()
527 if (node->nodeid == nodeid) in get_node_nocheck()
533 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() argument
535 struct node *node = get_node_nocheck(f, nodeid); in get_node()
538 (unsigned long long) nodeid); in get_node()
615 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id()
969 unlock_path(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, struct node *end) unlock_path() argument
990 try_get_path(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path, struct node **wnodep, bool need_lock) try_get_path() argument
1133 debug_path(struct fuse *f, const char *msg, fuse_ino_t nodeid, const char *name, bool wr) debug_path() argument
1185 get_path_common(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path, struct node **wnode) get_path_common() argument
1208 get_path(struct fuse *f, fuse_ino_t nodeid, char **path) get_path() argument
1213 get_path_nullok(struct fuse *f, fuse_ino_t nodeid, char **path) get_path_nullok() argument
1228 get_path_name(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path) get_path_name() argument
1234 get_path_wrlock(struct fuse *f, fuse_ino_t nodeid, const char *name, char **path, struct node **wnode) get_path_wrlock() argument
1331 free_path_wrlock(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, char *path) free_path_wrlock() argument
1342 free_path(struct fuse *f, fuse_ino_t nodeid, char *path) free_path() argument
1361 forget_node(struct fuse *f, fuse_ino_t nodeid, uint64_t nlookup) forget_node() argument
1486 set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf) set_stat() argument
2459 do_lookup(struct fuse *f, fuse_ino_t nodeid, const char *name, struct fuse_entry_param *e) do_lookup() argument
2481 lookup_path(struct fuse *f, fuse_ino_t nodeid, const char *name, const char *path, struct fuse_entry_param *e, struct fuse_file_info *fi) lookup_path() argument
[all...]
H A 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()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_memory_spread_testset.sh100 # get_meminfo <nodeid> <item>
103 local nodeid="$1"
104 local nodepath="$nodedir/node$nodeid"
108 set_memsinfo_val $nodeid $info
/third_party/libfuse/include/
H A Dfuse_kernel.h600 uint64_t nodeid; /* Inode ID */ member
601 uint64_t generation; /* Inode generation: nodeid:gen must
615 uint64_t nodeid; member
904 uint64_t nodeid; member
965 uint64_t nodeid; member
973 uint64_t nodeid; member
/third_party/libfuse/test/
H A Dstracedecode.c67 printf("unique: %llu, opcode: %s (%i), nodeid: %lu, len: %i, insize: %i\n", in process_buf()
70 (unsigned long) in->nodeid, in->len, len); in process_buf()
109 printf("+ENTRY nodeid:%llu v:%llu.%09u i:%llu s:%llu b:%llu\n", in process_buf()
110 arg->nodeid, arg->attr_valid, arg->attr_valid_nsec, in process_buf()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuinfo.h5 int nodeid; /* which node is this CPU on */ member
H A Dcpuinfo.c275 cpus[i].nodeid = node; in getcpuinfo()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h200 __u64 nodeid; /* Inode ID */ member
201 __u64 generation; /* Inode generation: nodeid:gen must
417 __u64 nodeid; member
/third_party/skia/tools/debugger/
H A DDebugLayerManager.h110 DebugCanvas* getEventDebugCanvas(int nodeid, int frame);
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp282 // (frame, nodeid) return info for a layer update
284 JSObject imageUseInfo(int framenumber, int nodeid) { in imageUseInfo() argument
287 if (nodeid >= 0) { in imageUseInfo()
288 debugCanvas = fLayerManager->getEventDebugCanvas(nodeid, framenumber); in imageUseInfo()

Completed in 21 milliseconds