Searched refs:CIFS_open (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | link.c | 284 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 327 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 | cifsproto.h | 477 extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms,
|
H A D | cifsacl.c | 1441 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path() 1508 rc = CIFS_open(xid, &oparms, &oplock, NULL); in set_cifs_acl()
|
H A D | inode.c | 1659 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_rename_pending_delete() 2256 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 2729 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_reparse_point() 5300 rc = CIFS_open(xid, &oparms, &oplock, NULL); in CIFSSMBSetPathInfoFB()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb1ops.c | 576 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()
|
H A D | link.c | 327 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 369 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
|
H A D | cifsacl.c | 1154 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()
|
H A D | cifsproto.h | 435 extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms,
|
H A D | inode.c | 1497 rc = CIFS_open(xid, &oparms, &oplock, NULL); 2048 rc = CIFS_open(xid, &oparms, &oplock, NULL);
|
H A D | cifssmb.c | 1321 CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, int *oplock, in CIFS_open() function 5831 rc = CIFS_open(xid, &oparms, &oplock, NULL); in CIFSSMBSetPathInfoFB()
|
Completed in 34 milliseconds