Lines Matching refs:kh
77 ff->kh = atomic64_inc_return(&fm->fc->khctr);
2681 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
2684 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh,
2696 if (kh < ff->kh)
2698 else if (kh > ff->kh)
2722 link = fuse_find_polled_node(fc, ff->kh, &parent);
2734 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh };
2781 u64 kh = outarg->kh;
2786 link = fuse_find_polled_node(fc, kh, NULL);