Searched defs:ceph_filelock (Results 1 – 2 of 2) sorted by relevance
556 struct ceph_filelock { struct557 __le64 start;/* file offset to start lock at */558 __le64 length; /* num bytes to lock; 0 for all following start */559 __le64 client; /* which client holds the lock */560 __le64 owner; /* owner the lock */561 __le64 pid; /* process id holding the lock on the client */562 __u8 type; /* shared lock, exclusive lock, or unlock */
623 struct ceph_filelock { struct624 __le64 start;/* file offset to start lock at */625 __le64 length; /* num bytes to lock; 0 for all following start */626 __le64 client; /* which client holds the lock */627 __le64 owner; /* owner the lock */628 __le64 pid; /* process id holding the lock on the client */629 __u8 type; /* shared lock, exclusive lock, or unlock */