Searched refs:kh (Results 1 – 2 of 2) sorted by relevance
62 ff->kh = ++fc->khctr; in fuse_file_alloc()1767 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node() argument1779 if (kh < ff->kh) in fuse_find_polled_node()1781 else if (kh > ff->kh) in fuse_find_polled_node()1805 link = fuse_find_polled_node(fc, ff->kh, &parent); in fuse_register_polled_file()1818 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh }; in fuse_file_poll()1869 u64 kh = outarg->kh; in fuse_notify_poll_wakeup() local1874 link = fuse_find_polled_node(fc, kh, NULL); in fuse_notify_poll_wakeup()
106 u64 kh; member