Searched refs:CIFS_open (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | link.c | 272 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 315 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
|
H A D | smb1ops.c | 593 tmprc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_path_info() 739 rc = CIFS_open(xid, oparms, oplock, &fi); in cifs_open_file() 841 rc = CIFS_open(xid, &oparms, &oplock, NULL); in smb_set_file_info()
|
H A D | cifsacl.c | 1452 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path() 1521 rc = CIFS_open(xid, &oparms, &oplock, NULL); in set_cifs_acl()
|
H A D | cifsproto.h | 485 extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms,
|
H A D | inode.c | 1719 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_rename_pending_delete() 2322 rc = CIFS_open(xid, &oparms, &oplock, NULL);
|
H A D | cifssmb.c | 1141 CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, int *oplock, in CIFS_open() function 2730 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_reparse_point() 5310 rc = CIFS_open(xid, &oparms, &oplock, NULL); in CIFSSMBSetPathInfoFB()
|