Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dksmbd_work.h61 u64 compound_fid; member
H A Dksmbd_work.c55 work->compound_fid = KSMBD_NO_FID; in ksmbd_alloc_work_struct()
H A Dsmb2pdu.c464 work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId; in init_chained_smb2_rsp()
496 work->compound_fid = volatile_id; in init_chained_smb2_rsp()
502 work->compound_fid = KSMBD_NO_FID; in init_chained_smb2_rsp()
543 work->compound_fid = KSMBD_NO_FID; in init_chained_smb2_rsp()
571 has_file_id(work->compound_fid) || in smb2_compound_has_failed()
6033 work->compound_fid); in smb2_query_dir()
6034 id = work->compound_fid; in smb2_query_dir()
7161 work->compound_fid); in smb2_get_info_file()
7162 id = work->compound_fid; in smb2_get_info_file()
7573 work->compound_fid); in smb2_get_info_sec()
[all …]
H A Dvfs_cache.c931 id = work->compound_fid; in ksmbd_lookup_fd_slow()