Searched refs:num_fcntl_locks (Results 1 – 3 of 3) sorted by relevance
/fs/ceph/ |
D | locks.c | 391 int num_fcntl_locks, int num_flock_locks) in ceph_encode_locks_to_buffer() argument 401 num_fcntl_locks); in ceph_encode_locks_to_buffer() 409 if (seen_fcntl > num_fcntl_locks) { in ceph_encode_locks_to_buffer() 442 int num_fcntl_locks, int num_flock_locks) in ceph_locks_to_pagelist() argument 447 nlocks = cpu_to_le32(num_fcntl_locks); in ceph_locks_to_pagelist() 452 if (num_fcntl_locks > 0) { in ceph_locks_to_pagelist() 454 num_fcntl_locks * sizeof(*flocks)); in ceph_locks_to_pagelist() 465 err = ceph_pagelist_append(pagelist, &flocks[num_fcntl_locks], in ceph_locks_to_pagelist()
|
D | super.h | 1138 int num_fcntl_locks, 1142 int num_fcntl_locks, int num_flock_locks);
|
D | mds_client.c | 3387 int num_fcntl_locks, num_flock_locks; in encode_caps_cb() local 3394 ceph_count_locks(inode, &num_fcntl_locks, &num_flock_locks); in encode_caps_cb() 3396 num_fcntl_locks = 0; in encode_caps_cb() 3399 if (num_fcntl_locks + num_flock_locks > 0) { in encode_caps_cb() 3400 flocks = kmalloc_array(num_fcntl_locks + num_flock_locks, in encode_caps_cb() 3408 num_fcntl_locks, in encode_caps_cb() 3431 (num_fcntl_locks + num_flock_locks) * in encode_caps_cb() 3462 num_fcntl_locks, num_flock_locks); in encode_caps_cb()
|