Home
last modified time | relevance | path

Searched refs:compound_fid (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/smb/server/
Dksmbd_work.h57 u64 compound_fid; member
Dksmbd_work.c24 work->compound_fid = KSMBD_NO_FID; in ksmbd_alloc_work_struct()
Dsmb2pdu.c390 work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId; in init_chained_smb2_rsp()
416 work->compound_fid = KSMBD_NO_FID; in init_chained_smb2_rsp()
4906 work->compound_fid); in smb2_get_info_file()
4907 id = work->compound_fid; in smb2_get_info_file()
5252 work->compound_fid); in smb2_get_info_sec()
5253 id = work->compound_fid; in smb2_get_info_sec()
5430 if (!has_file_id(work->compound_fid)) { in smb2_close()
5439 work->compound_fid, in smb2_close()
5441 volatile_id = work->compound_fid; in smb2_close()
5444 work->compound_fid = KSMBD_NO_FID; in smb2_close()
[all …]
Dvfs_cache.c452 id = work->compound_fid; in ksmbd_lookup_fd_slow()