Home
last modified time | relevance | path

Searched defs:ceph_filelock (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/ceph/
Dceph_fs.h505 struct ceph_filelock { struct
506 __le64 start;/* file offset to start lock at */
507 __le64 length; /* num bytes to lock; 0 for all following start */
508 __le64 client; /* which client holds the lock */
509 __le64 pid; /* process id holding the lock on the client */
510 __le64 pid_namespace;
511 __u8 type; /* shared lock, exclusive lock, or unlock */