Lines Matching defs:kh
85 ff->kh = atomic64_inc_return(&fm->fc->khctr);
3026 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
3029 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh,
3041 if (kh < ff->kh)
3043 else if (kh > ff->kh)
3067 link = fuse_find_polled_node(fc, ff->kh, &parent);
3079 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh };
3126 u64 kh = outarg->kh;
3131 link = fuse_find_polled_node(fc, kh, NULL);