Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2ops.c1464 .push_mand_locks = smb2_push_mandatory_locks,
1544 .push_mand_locks = smb2_push_mandatory_locks,
1625 .push_mand_locks = smb2_push_mandatory_locks,
Dcifsglob.h362 int (*push_mand_locks)(struct cifsFileInfo *); member
Dsmb1ops.c1084 .push_mand_locks = cifs_push_mandatory_locks,
Dfile.c590 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_relock_file()
1232 rc = tcon->ses->server->ops->push_mand_locks(cfile); in cifs_push_locks()