Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2ops.c3433 .push_mand_locks = smb2_push_mandatory_locks,
3528 .push_mand_locks = smb2_push_mandatory_locks,
3625 .push_mand_locks = smb2_push_mandatory_locks,
3731 .push_mand_locks = smb2_push_mandatory_locks,
Dsmb1ops.c1099 .push_mand_locks = cifs_push_mandatory_locks,
Dcifsglob.h405 int (*push_mand_locks)(struct cifsFileInfo *); member
Dfile.c642 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file()
1349 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()