Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb1ops.c1214 .mand_unlock_range = cifs_unlock_range,
Dsmb2ops.c5185 .mand_unlock_range = smb2_unlock_range,
5285 .mand_unlock_range = smb2_unlock_range,
5390 .mand_unlock_range = smb2_unlock_range,
5503 .mand_unlock_range = smb2_unlock_range,
Dcifsglob.h413 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
Dfile.c1707 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()