Searched defs:cifs_posix_lock (Results 1 – 2 of 2) sorted by relevance
1097 typedef struct cifs_posix_lock { struct1098 __le16 lock_type; /* 0 = Read, 1 = Write, 2 = Unlock */1099 __le16 lock_flags; /* 1 = Wait (only valid for setlock) */1100 __le32 pid;1101 __le64 start;1102 __le64 length;
1144 typedef struct cifs_posix_lock { struct1145 __le16 lock_type; /* 0 = Read, 1 = Write, 2 = Unlock */1146 __le16 lock_flags; /* 1 = Wait (only valid for setlock) */1147 __le32 pid;1148 __le64 start;1149 __le64 length;