Searched refs:kb (Results 1 – 4 of 4) sorted by relevance
85 static void compat_input(struct dlm_write_request *kb, in compat_input() argument89 kb->version[0] = kb32->version[0]; in compat_input()90 kb->version[1] = kb32->version[1]; in compat_input()91 kb->version[2] = kb32->version[2]; in compat_input()93 kb->cmd = kb32->cmd; in compat_input()94 kb->is64bit = kb32->is64bit; in compat_input()95 if (kb->cmd == DLM_USER_CREATE_LOCKSPACE || in compat_input()96 kb->cmd == DLM_USER_REMOVE_LOCKSPACE) { in compat_input()97 kb->i.lspace.flags = kb32->i.lspace.flags; in compat_input()98 kb->i.lspace.minor = kb32->i.lspace.minor; in compat_input()[all …]
99 const void *ka, *kb; in fscache_compare_cookie() local112 kb = &b->inline_key; in fscache_compare_cookie()115 kb = b->key; in fscache_compare_cookie()117 return memcmp(ka, kb, a->key_len); in fscache_compare_cookie()
91 interfaces will reduce the size of the kernel by approximately 4kb.
91 buf->f_blocks = le64_to_cpu(st.kb) >> (CEPH_BLOCK_SHIFT-10); in ceph_statfs()