Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlayout.h2397 le32 next_entry_offset; /* Offset to the next EA_ATTR. */ member
/linux-4.19.296/fs/cifs/
Dsmb2ops.c818 if (!src->next_entry_offset) in move_smb2_ea_to_cifs()
821 if (src_size < le32_to_cpu(src->next_entry_offset)) { in move_smb2_ea_to_cifs()
826 src_size -= le32_to_cpu(src->next_entry_offset); in move_smb2_ea_to_cifs()
828 le32_to_cpu(src->next_entry_offset)); in move_smb2_ea_to_cifs()
Dsmb2pdu.h1368 __le32 next_entry_offset; member