Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dlocks.c448 int num_fcntl_locks, int num_flock_locks) in ceph_encode_locks_to_buffer() argument
459 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() argument
505 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()