Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1ops.c1458 .mand_unlock_range = cifs_unlock_range,
H A Dsmb2ops.c5423 .mand_unlock_range = smb2_unlock_range,
5526 .mand_unlock_range = smb2_unlock_range,
5634 .mand_unlock_range = smb2_unlock_range,
5750 .mand_unlock_range = smb2_unlock_range,
H A Dcifsglob.h530 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
H A Dfile.c2367 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()