Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb1ops.c1215 .push_mand_locks = cifs_push_mandatory_locks,
Dsmb2ops.c5186 .push_mand_locks = smb2_push_mandatory_locks,
5286 .push_mand_locks = smb2_push_mandatory_locks,
5391 .push_mand_locks = smb2_push_mandatory_locks,
5504 .push_mand_locks = smb2_push_mandatory_locks,
Dcifsglob.h416 int (*push_mand_locks)(struct cifsFileInfo *); member
Dfile.c669 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()