Searched defs:cifs_posix_lock (Results 1 – 1 of 1) sorted by relevance
1139 typedef struct cifs_posix_lock { struct1140 __le16 lock_type; /* 0 = Read, 1 = Write, 2 = Unlock */1141 __le16 lock_flags; /* 1 = Wait (only valid for setlock) */1142 __le32 pid;1143 __le64 start;1144 __le64 length;