Home
last modified time | relevance | path

Searched refs:kh (Results 1 – 10 of 10) sorted by relevance

/linux/fs/orangefs/
H A Dprotocol.h50 static inline void ORANGEFS_khandle_to(const struct orangefs_khandle *kh, in ORANGEFS_khandle_to() argument
54 memcpy(p, kh->u, 16); in ORANGEFS_khandle_to()
59 static inline void ORANGEFS_khandle_from(struct orangefs_khandle *kh, in ORANGEFS_khandle_from() argument
62 memset(kh, 0, 16); in ORANGEFS_khandle_from()
63 memcpy(kh->u, p, 16); in ORANGEFS_khandle_from()
/linux/fs/fuse/
H A Dfile.c77 ff->kh = atomic64_inc_return(&fm->fc->khctr); in fuse_file_alloc()
2609 * fuse_conn->polled_files which is indexed by kh. Walk the tree and
2612 static struct rb_node **fuse_find_polled_node(struct fuse_conn *fc, u64 kh, in fuse_find_polled_node() argument
2624 if (kh < ff->kh) in fuse_find_polled_node()
2626 else if (kh > ff->kh) in fuse_find_polled_node()
2650 link = fuse_find_polled_node(fc, ff->kh, &parent); in fuse_register_polled_file()
2662 struct fuse_poll_in inarg = { .fh = ff->fh, .kh = ff->kh }; in fuse_file_poll()
2709 u64 kh = outarg->kh; fuse_notify_poll_wakeup() local
[all...]
H A Dfuse_i.h244 u64 kh; member
/linux/arch/s390/kvm/
H A Dgaccess.c116 rc = kvm_s390_get_ipte_control(kvm)->kh != 0; in ipte_lock_held()
186 new.kh++; in ipte_lock_siif()
200 new.kh--; in ipte_unlock_siif()
201 if (!new.kh) in ipte_unlock_siif()
205 if (!new.kh) in ipte_unlock_siif()
/linux/drivers/s390/crypto/
H A Dpkey_ep11.c461 struct ep11kblob_header *kh = (struct ep11kblob_header *)key; in ep11_verifykey() local
469 *keybitsize = kh->bitlen; in ep11_verifykey()
/linux/include/uapi/linux/
H A Dfuse.h983 uint64_t kh; member
994 uint64_t kh; member
/linux/arch/s390/include/asm/
H A Dkvm_host_types.h52 unsigned long kh : 31; member
/linux/drivers/accessibility/speakup/
H A Dmain.c2112 int kh; in speakup_key() local
2198 kh = (value == KVAL(K_DOWN)) || in speakup_key()
2202 if ((cursor_track != read_all_mode) || !kh) in speakup_key()
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186.dtsi4 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
/linux/
H A D.mailmap715 Shuah Khan <shuah@kernel.org> <shuah.kh@samsung.com>