Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c1159 .push_mand_locks = cifs_push_mandatory_locks,
H A Dsmb2ops.c5194 .push_mand_locks = smb2_push_mandatory_locks,
5297 .push_mand_locks = smb2_push_mandatory_locks,
5405 .push_mand_locks = smb2_push_mandatory_locks,
5521 .push_mand_locks = smb2_push_mandatory_locks,
H A Dcifsglob.h496 int (*push_mand_locks)(struct cifsFileInfo *); member
H A Dfile.c948 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file()
1748 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()