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.c5425 .mand_unlock_range = smb2_unlock_range,
5528 .mand_unlock_range = smb2_unlock_range,
5636 .mand_unlock_range = smb2_unlock_range,
5752 .mand_unlock_range = smb2_unlock_range,
H A Dcifsglob.h529 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
H A Dfile.c2383 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()