Searched refs:nid (Results 1 – 3 of 3) sorted by relevance
36 static inline void *id_to_ptr(__u64 nid) in id_to_ptr() argument38 return (void *) (uintptr_t) nid; in id_to_ptr()372 node->nid = ptr_to_id(node); in create_node_locked()425 static struct node *lookup_node_by_id_locked(struct fuse *fuse, __u64 nid) in lookup_node_by_id_locked() argument427 if (nid == FUSE_ROOT_ID) { in lookup_node_by_id_locked()430 return static_cast<struct node*>(id_to_ptr(nid)); in lookup_node_by_id_locked()434 static struct node* lookup_node_and_path_by_id_locked(struct fuse* fuse, __u64 nid, in lookup_node_and_path_by_id_locked() argument437 struct node* node = lookup_node_by_id_locked(fuse, nid); in lookup_node_and_path_by_id_locked()530 out.nodeid = node->nid; in fuse_reply_entry()834 << " parent=" << std::hex << parent_node->nid in handle_unlink()[all …]
106 __u64 nid; member
244 global.root.nid = FUSE_ROOT_ID; /* 1 */ in run()