Home
last modified time | relevance | path

Searched refs:CIFS_open (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/cifs/
Dsmb1ops.c576 tmprc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_path_info()
708 return CIFS_open(xid, oparms, oplock, buf); in cifs_open_file()
804 rc = CIFS_open(xid, &oparms, &oplock, NULL); in smb_set_file_info()
981 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_symlink()
Dlink.c324 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink()
366 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
Dcifsacl.c1154 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path()
1220 rc = CIFS_open(xid, &oparms, &oplock, NULL); in set_cifs_acl()
Dcifsproto.h433 extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms,
Dinode.c1498 rc = CIFS_open(xid, &oparms, &oplock, NULL);
2049 rc = CIFS_open(xid, &oparms, &oplock, NULL);
Dcifssmb.c1321 CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, int *oplock, in CIFS_open() function
5826 rc = CIFS_open(xid, &oparms, &oplock, NULL); in CIFSSMBSetPathInfoFB()