Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dlocks.c366 struct ceph_filelock *cephlock) in lock_to_ceph_filelock() argument
369 cephlock->start = cpu_to_le64(lock->fl_start); in lock_to_ceph_filelock()
370 cephlock->length = cpu_to_le64(lock->fl_end - lock->fl_start + 1); in lock_to_ceph_filelock()
371 cephlock->client = cpu_to_le64(0); in lock_to_ceph_filelock()
372 cephlock->pid = cpu_to_le64((u64)lock->fl_pid); in lock_to_ceph_filelock()
373 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); in lock_to_ceph_filelock()
377 cephlock->type = CEPH_LOCK_SHARED; in lock_to_ceph_filelock()
380 cephlock->type = CEPH_LOCK_EXCL; in lock_to_ceph_filelock()
383 cephlock->type = CEPH_LOCK_UNLOCK; in lock_to_ceph_filelock()