Searched refs:mand_unlock_range (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 5194 .mand_unlock_range = smb2_unlock_range, 5294 .mand_unlock_range = smb2_unlock_range, 5399 .mand_unlock_range = smb2_unlock_range, 5512 .mand_unlock_range = smb2_unlock_range,
|
H A D | smb1ops.c | 1214 .mand_unlock_range = cifs_unlock_range,
|
H A D | cifsglob.h | 413 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
|
H A D | file.c | 1707 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 5270 .mand_unlock_range = smb2_unlock_range, 5372 .mand_unlock_range = smb2_unlock_range, 5478 .mand_unlock_range = smb2_unlock_range, 5592 .mand_unlock_range = smb2_unlock_range,
|
H A D | smb1ops.c | 1222 .mand_unlock_range = cifs_unlock_range,
|
H A D | cifsglob.h | 473 int (*mand_unlock_range)(struct cifsFileInfo *, struct file_lock *, member
|
H A D | file.c | 1990 rc = server->ops->mand_unlock_range(cfile, flock, xid); in cifs_setlk()
|
Completed in 44 milliseconds