Searched refs:cifs_lock (Results 1 – 3 of 3) sorted by relevance
111 extern int cifs_lock(struct file *, int, struct file_lock *);
1221 .lock = cifs_lock,1240 .lock = cifs_lock,1259 .lock = cifs_lock,
1701 int cifs_lock(struct file *file, int cmd, struct file_lock *flock) in cifs_lock() function