Home
last modified time | relevance | path

Searched refs:mand_unlock_range (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cifs/
Dsmb2ops.c1529 .mand_unlock_range = smb2_unlock_range,
1609 .mand_unlock_range = smb2_unlock_range,
1690 .mand_unlock_range = smb2_unlock_range,
1777 .mand_unlock_range = smb2_unlock_range,
Dcifsglob.h363 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
Dsmb1ops.c1083 .mand_unlock_range = cifs_unlock_range,
Dfile.c1552 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()