Searched refs:num_fcntl_locks (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/ceph/ | 
| D | locks.c | 391 				int num_fcntl_locks, int num_flock_locks)  in ceph_encode_locks_to_buffer()  argument401 	     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 | 3383 		int num_fcntl_locks, num_flock_locks;  in encode_caps_cb()  local3390 			ceph_count_locks(inode, &num_fcntl_locks, &num_flock_locks);  in encode_caps_cb()
 3392 			num_fcntl_locks = 0;  in encode_caps_cb()
 3395 		if (num_fcntl_locks + num_flock_locks > 0) {  in encode_caps_cb()
 3396 			flocks = kmalloc_array(num_fcntl_locks + num_flock_locks,  in encode_caps_cb()
 3404 							  num_fcntl_locks,  in encode_caps_cb()
 3427 			    (num_fcntl_locks + num_flock_locks) *  in encode_caps_cb()
 3458 				       num_fcntl_locks, num_flock_locks);  in encode_caps_cb()
 
 |