Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb1ops.c1248 .push_mand_locks = cifs_push_mandatory_locks,
Dsmb2ops.c5219 .push_mand_locks = smb2_push_mandatory_locks,
5321 .push_mand_locks = smb2_push_mandatory_locks,
5427 .push_mand_locks = smb2_push_mandatory_locks,
5541 .push_mand_locks = smb2_push_mandatory_locks,
Dcifsglob.h457 int (*push_mand_locks)(struct cifsFileInfo *); member
Dfile.c880 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file()
1652 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()