/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | link.c | 402 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink() 464 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
|
H A D | cached_dir.c | 362 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in open_cached_dir() 416 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
|
H A D | smb2ops.c | 844 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 877 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 940 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 1399 SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_close_file() 2195 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_notify() 2301 SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_query_dir_first() 2353 return SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_close_dir() 2739 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb311_queryfs() 3218 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in get_smb2_acl_by_path() 3280 SMB2_close(xi in set_smb2_acl() [all...] |
H A D | smb2proto.h | 159 extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2misc.c | 761 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid()
|
H A D | smb2pdu.c | 2918 SMB2_close(xid, tcon, rsp->PersistentFileId, rsp->VolatileFileId); in smb311_posix_mkdir() 3572 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_close() function
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | link.c | 441 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink() 501 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
|
H A D | smb2ops.c | 630 SMB2_close(0, cfid->tcon, cfid->fid->persistent_fid, in smb2_close_cached_fid() 786 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in open_shroot() 892 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 923 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 957 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 1426 SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_close_file() 2220 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_notify() 2310 SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_query_dir_first() 2362 return SMB2_close(xid, tcon, fid->persistent_fid, fid->volatile_fid); in smb2_close_dir() 2662 SMB2_close(xi in smb311_queryfs() [all...] |
H A D | smb2proto.h | 174 extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2misc.c | 760 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid()
|
H A D | smb2pdu.c | 2629 SMB2_close(xid, tcon, rsp->PersistentFileId, rsp->VolatileFileId); in smb311_posix_mkdir() 3282 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_close() function
|