Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb1ops.c1223 .push_mand_locks = cifs_push_mandatory_locks,
Dsmb2ops.c5271 .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,
Dcifsglob.h476 int (*push_mand_locks)(struct cifsFileInfo *); member
Dfile.c883 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()