Home
last modified time | relevance | path

Searched refs:cifs_lock (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dcifsfs.h72 extern int cifs_lock(struct file *, int, struct file_lock *);
Dcifsfs.c739 .lock = cifs_lock,
761 .lock = cifs_lock,
Dfile.c639 int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) in cifs_lock() function