Home
last modified time | relevance | path

Searched refs:kb (Results 1 – 4 of 4) sorted by relevance

/fs/dlm/
A Duser.c92 kb->version[0] = kb32->version[0]; in compat_input()
93 kb->version[1] = kb32->version[1]; in compat_input()
94 kb->version[2] = kb32->version[2]; in compat_input()
96 kb->cmd = kb32->cmd; in compat_input()
97 kb->is64bit = kb32->is64bit; in compat_input()
103 } else if (kb->cmd == DLM_USER_PURGE) { in compat_input()
105 kb->i.purge.pid = kb32->i.purge.pid; in compat_input()
107 kb->i.lock.mode = kb32->i.lock.mode; in compat_input()
109 kb->i.lock.flags = kb32->i.lock.flags; in compat_input()
110 kb->i.lock.lkid = kb32->i.lock.lkid; in compat_input()
[all …]
/fs/netfs/
A Dfscache_cookie.c303 const void *ka, *kb; in fscache_cookie_same() local
312 kb = &b->inline_key; in fscache_cookie_same()
315 kb = b->key; in fscache_cookie_same()
317 return memcmp(ka, kb, a->key_len) == 0; in fscache_cookie_same()
/fs/proc/
A DKconfig110 interfaces will reduce the size of the kernel by approximately 4kb.
/fs/ceph/
A Dsuper.c90 buf->f_blocks = le64_to_cpu(st.kb) >> (CEPH_BLOCK_SHIFT-10); in ceph_statfs()

Completed in 15 milliseconds