Lines Matching defs:kh
80 ff->kh = atomic64_inc_return(&fm->fc->khctr);
2749 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
2752 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh,
2764 if (kh < ff->kh)
2766 else if (kh > ff->kh)
2790 link = fuse_find_polled_node(fc, ff->kh, &parent);
2802 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh };
2849 u64 kh = outarg->kh;
2854 link = fuse_find_polled_node(fc, kh, NULL);