Searched refs:nlocks (Results 1 – 1 of 1) sorted by relevance
496 __le32 nlocks; in ceph_locks_to_pagelist() local498 nlocks = cpu_to_le32(num_fcntl_locks); in ceph_locks_to_pagelist()499 err = ceph_pagelist_append(pagelist, &nlocks, sizeof(nlocks)); in ceph_locks_to_pagelist()510 nlocks = cpu_to_le32(num_flock_locks); in ceph_locks_to_pagelist()511 err = ceph_pagelist_append(pagelist, &nlocks, sizeof(nlocks)); in ceph_locks_to_pagelist()
Completed in 7 milliseconds