Home
last modified time | relevance | path

Searched refs:resume_key (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dreaddir.c521 u32 resume_key; member
538 de->resume_key = info->Ignored; in cifs_fill_dirent_posix()
550 de->resume_key = info->ResumeKey; in cifs_fill_dirent_unix()
559 de->resume_key = info->FileIndex; in cifs_fill_dirent_dir()
567 de->resume_key = info->FileIndex; in cifs_fill_dirent_full()
575 de->resume_key = info->FileIndex; in cifs_fill_dirent_search()
584 de->resume_key = info->FileIndex; in cifs_fill_dirent_both()
593 de->resume_key = info->ResumeKey; in cifs_fill_dirent_std()
691 file_info->srch_inf.resume_key = de.resume_key; in cifs_save_resume_key()
Dcifsglob.h1314 __u32 resume_key; member
Dcifssmb.c4139 pSMB->ResumeKey = psrch_inf->resume_key; in CIFSFindNext()