Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c162 struct DIR_PAGE_ENTRY_32 { struct
176 static_assert(offsetof(struct DIR_PAGE_ENTRY_32, vcn_low) == 0x14); argument
177 static_assert(sizeof(struct DIR_PAGE_ENTRY_32) == 0x2c);
4212 struct DIR_PAGE_ENTRY_32 *dp0 = (struct DIR_PAGE_ENTRY_32 *)dp; in log_replay()