Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb1ops.c1388 .mand_unlock_range = cifs_unlock_range,
H A Dsmb2ops.c5327 .mand_unlock_range = smb2_unlock_range,
5430 .mand_unlock_range = smb2_unlock_range,
5538 .mand_unlock_range = smb2_unlock_range,
5654 .mand_unlock_range = smb2_unlock_range,
H A Dcifsglob.h527 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
H A Dfile.c2301 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()