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