Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb1ops.c1214 .push_mand_locks = cifs_push_mandatory_locks,
Dcifsglob.h405 int (*push_mand_locks)(struct cifsFileInfo *); member
Dsmb2ops.c5423 .push_mand_locks = smb2_push_mandatory_locks,
5523 .push_mand_locks = smb2_push_mandatory_locks,
5629 .push_mand_locks = smb2_push_mandatory_locks,
5743 .push_mand_locks = smb2_push_mandatory_locks,
Dfile.c688 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file()
1449 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()