Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2ops.c3432 .mand_unlock_range = smb2_unlock_range,
3527 .mand_unlock_range = smb2_unlock_range,
3624 .mand_unlock_range = smb2_unlock_range,
3730 .mand_unlock_range = smb2_unlock_range,
Dsmb1ops.c1098 .mand_unlock_range = cifs_unlock_range,
Dcifsglob.h402 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
Dfile.c1677 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()