Searched defs:ceph_filelock (Results 1 – 1 of 1) sorted by relevance
617 struct ceph_filelock { struct618 __le64 start;/* file offset to start lock at */619 __le64 length; /* num bytes to lock; 0 for all following start */620 __le64 client; /* which client holds the lock */621 __le64 owner; /* owner the lock */622 __le64 pid; /* process id holding the lock on the client */623 __u8 type; /* shared lock, exclusive lock, or unlock */