Lines Matching defs:owner
21 * Set the most significant bit, so that MDS knows the 'owner'
22 * is sufficient to identify the owner of lock. (old code uses
23 * both 'owner' and 'pid')
83 u64 owner;
112 owner = secure_addr(fl->fl_owner);
114 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, "
116 (int)operation, owner, (u64)fl->fl_pid, fl->fl_start, length,
121 req->r_args.filelock_change.owner = cpu_to_le64(owner);
404 cephlock->owner = cpu_to_le64(secure_addr(lock->fl_owner));