Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dsmb1ops.c1221 .mand_unlock_range = cifs_unlock_range,
Dcifsglob.h435 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
Dsmb2ops.c5526 .mand_unlock_range = smb2_unlock_range,
5627 .mand_unlock_range = smb2_unlock_range,
5733 .mand_unlock_range = smb2_unlock_range,
5847 .mand_unlock_range = smb2_unlock_range,
Dfile.c1784 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()