Searched refs:push_mand_locks (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 5195 .push_mand_locks = smb2_push_mandatory_locks, 5295 .push_mand_locks = smb2_push_mandatory_locks, 5400 .push_mand_locks = smb2_push_mandatory_locks, 5513 .push_mand_locks = smb2_push_mandatory_locks,
|
H A D | smb1ops.c | 1215 .push_mand_locks = cifs_push_mandatory_locks,
|
H A D | cifsglob.h | 416 int (*push_mand_locks)(struct cifsFileInfo *); member
|
H A D | file.c | 669 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file() 1378 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 5271 .push_mand_locks = smb2_push_mandatory_locks, 5373 .push_mand_locks = smb2_push_mandatory_locks, 5479 .push_mand_locks = smb2_push_mandatory_locks, 5593 .push_mand_locks = smb2_push_mandatory_locks,
|
H A D | smb1ops.c | 1223 .push_mand_locks = cifs_push_mandatory_locks,
|
H A D | cifsglob.h | 476 int (*push_mand_locks)(struct cifsFileInfo *); member
|
H A D | file.c | 883 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file() 1656 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()
|
Completed in 41 milliseconds