cephlock 357 fs/ceph/locks.c struct ceph_filelock *cephlock) cephlock 360 fs/ceph/locks.c cephlock->start = cpu_to_le64(lock->fl_start); cephlock 361 fs/ceph/locks.c cephlock->length = cpu_to_le64(lock->fl_end - lock->fl_start + 1); cephlock 362 fs/ceph/locks.c cephlock->client = cpu_to_le64(0); cephlock 363 fs/ceph/locks.c cephlock->pid = cpu_to_le64((u64)lock->fl_pid); cephlock 364 fs/ceph/locks.c cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner)); cephlock 368 fs/ceph/locks.c cephlock->type = CEPH_LOCK_SHARED; cephlock 371 fs/ceph/locks.c cephlock->type = CEPH_LOCK_EXCL; cephlock 374 fs/ceph/locks.c cephlock->type = CEPH_LOCK_UNLOCK;