Home
last modified time | relevance | path

Searched refs:compare_fids (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dfile.c1643 server->ops->compare_fids(cfile, cur_cfile)) { in cifs_find_fid_lock_conflict()
1650 ((server->ops->compare_fids(cfile, cur_cfile) && in cifs_find_fid_lock_conflict()
1655 server->ops->compare_fids(cfile, cur_cfile)) in cifs_find_fid_lock_conflict()
H A Dcifsglob.h315 bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); member