Searched refs:CIFS_open (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | smb1ops.c | 577 tmprc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_path_info() 709 return CIFS_open(xid, oparms, oplock, buf); in cifs_open_file() 805 rc = CIFS_open(xid, &oparms, &oplock, NULL); in smb_set_file_info() 981 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_symlink()
|
D | link.c | 324 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 370 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
|
D | cifsacl.c | 1083 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path() 1152 rc = CIFS_open(xid, &oparms, &oplock, NULL); in set_cifs_acl()
|
D | cifsproto.h | 415 extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms,
|
D | inode.c | 1230 rc = CIFS_open(xid, &oparms, &oplock, NULL); 1768 rc = CIFS_open(xid, &oparms, &oplock, NULL);
|
D | cifssmb.c | 1394 CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, int *oplock, in CIFS_open() function
|