Searched refs:cifs_find_lock_conflict (Results 1 – 2 of 2) sorted by relevance
/linux/fs/smb/client/ |
H A D | file.c | 1559 cifs_find_lock_conflict(struct cifsFileInfo *cfile, __u64 offset, __u64 length, in cifs_find_lock_conflict() function 1597 exist = cifs_find_lock_conflict(cfile, offset, length, type, in cifs_lock_test() 1645 exist = cifs_find_lock_conflict(cfile, lock->offset, lock->length, in cifs_lock_add_if() 2775 (cifs_find_lock_conflict(cfile, iocb->ki_pos, iov_iter_count(from), in cifs_writev() 2931 if (!cifs_find_lock_conflict( in cifs_strict_readv() 2944 if (!cifs_find_lock_conflict( in cifs_strict_readv()
|
H A D | cifsproto.h | 271 extern bool cifs_find_lock_conflict(struct cifsFileInfo *cfile, __u64 offset,
|