Searched refs:NextEntryOffset (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb_common.h256 __le32 NextEntryOffset; member in struct:file_directory_info
270 __le32 NextEntryOffset; member in struct:file_names_info
277 __le32 NextEntryOffset; member in struct:file_full_directory_info
292 __le32 NextEntryOffset; member in struct:file_both_directory_info
310 __le32 NextEntryOffset; member in struct:file_id_both_directory_info
330 __le32 NextEntryOffset; member in struct:file_id_full_dir_info
H A Dsmb2pdu.h300 __le32 NextEntryOffset; member in struct:smb2_file_stream_info
371 __le32 NextEntryOffset; member in struct:smb2_ea_info_req
377 __le32 NextEntryOffset; member in struct:smb2_ea_info
398 __le32 NextEntryOffset; member in struct:smb2_posix_info
H A Dsmb2pdu.c2355 le32_to_cpu(eabuf->NextEntryOffset));
2406 next = le32_to_cpu(eabuf->NextEntryOffset);
3748 d_info->rptr += le32_to_cpu(ffdinfo->NextEntryOffset);
3758 d_info->rptr += le32_to_cpu(fbdinfo->NextEntryOffset);
3768 d_info->rptr += le32_to_cpu(fdinfo->NextEntryOffset);
3778 d_info->rptr += le32_to_cpu(fninfo->NextEntryOffset);
3788 d_info->rptr += le32_to_cpu(dinfo->NextEntryOffset);
3798 d_info->rptr += le32_to_cpu(fibdinfo->NextEntryOffset);
3808 d_info->rptr += le32_to_cpu(posix_info->NextEntryOffset);
3881 ffdinfo->NextEntryOffset
[all...]
/linux-master/fs/smb/client/
H A Dsmb2pdu.h344 __le32 NextEntryOffset; member in struct:smb2_file_id_extd_directory_info
380 __le32 NextEntryOffset; member in struct:smb2_posix_info
H A Dcifspdu.h1481 __le32 NextEntryOffset; member in struct:file_notify_information
2487 __le32 NextEntryOffset; member in struct:__anon42
2497 __le32 NextEntryOffset; member in struct:__anon44
2511 __le32 NextEntryOffset; member in struct:__anon45
2526 __le32 NextEntryOffset; member in struct:__anon46
2543 __le32 NextEntryOffset; member in struct:__anon47
H A Dreaddir.c457 u32 next_offset = le32_to_cpu(pDirInfo->NextEntryOffset);
H A Dsmb2pdu.c5177 end = beg + le32_to_cpu(p->NextEntryOffset);
5279 next_offset = le32_to_cpu(dir_info->NextEntryOffset);

Completed in 217 milliseconds