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.c1140 .mand_unlock_range = cifs_unlock_range,
H A Dsmb2ops.c5321 .mand_unlock_range = smb2_unlock_range,
5424 .mand_unlock_range = smb2_unlock_range,
5532 .mand_unlock_range = smb2_unlock_range,
5648 .mand_unlock_range = smb2_unlock_range,
H A Dcifsglob.h527 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
H A Dfile.c2273 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()