Home
last modified time | relevance | path

Searched refs:num_flock_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
458 doutc(cl, "encoding %d flock and %d fcntl locks\n", num_flock_locks, in ceph_encode_locks_to_buffer()
478 if (seen_flock > num_flock_locks) { in ceph_encode_locks_to_buffer()
500 int num_fcntl_locks, int num_flock_locks) in ceph_locks_to_pagelist() argument
517 nlocks = cpu_to_le32(num_flock_locks); in ceph_locks_to_pagelist()
522 if (num_flock_locks > 0) { in ceph_locks_to_pagelist()
524 num_flock_locks * sizeof(*flocks)); in ceph_locks_to_pagelist()