Searched refs:num_fcntl_locks (Results 1 – 1 of 1) sorted by relevance
448 int num_fcntl_locks, int num_flock_locks) in ceph_encode_locks_to_buffer() argument459 num_fcntl_locks); in ceph_encode_locks_to_buffer()467 if (seen_fcntl > num_fcntl_locks) { in ceph_encode_locks_to_buffer()500 int num_fcntl_locks, int num_flock_locks) in ceph_locks_to_pagelist() argument505 nlocks = cpu_to_le32(num_fcntl_locks); in ceph_locks_to_pagelist()510 if (num_fcntl_locks > 0) { in ceph_locks_to_pagelist()512 num_fcntl_locks * sizeof(*flocks)); in ceph_locks_to_pagelist()523 err = ceph_pagelist_append(pagelist, &flocks[num_fcntl_locks], in ceph_locks_to_pagelist()