Symbol: INDEX_HDR
fs/ntfs3/dir.c
355
const struct INDEX_HDR *hdr, u64 vbo, u64 pos,
fs/ntfs3/dir.c
574
struct INDEX_HDR *hdr;
fs/ntfs3/fslog.c
2600
bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes)
fs/ntfs3/fslog.c
2883
const struct INDEX_HDR *hdr,
fs/ntfs3/fslog.c
2909
static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr,
fs/ntfs3/fslog.c
3069
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
1594
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
1807
struct INDEX_HDR *hdr1 = &n1->index->ihdr;
fs/ntfs3/index.c
1808
struct INDEX_HDR *hdr2;
fs/ntfs3/index.c
2021
const struct INDEX_HDR *hdr = n ? &n->index->ihdr : &root->ihdr;
fs/ntfs3/index.c
2129
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
2282
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
557
static const struct NTFS_DE *hdr_find_split(const struct INDEX_HDR *hdr)
fs/ntfs3/index.c
588
static const struct NTFS_DE *hdr_insert_head(struct INDEX_HDR *hdr,
fs/ntfs3/index.c
612
static bool index_hdr_check(const struct INDEX_HDR *hdr, u32 bytes)
fs/ntfs3/index.c
716
const struct INDEX_HDR *hdr, const void *key,
fs/ntfs3/index.c
801
struct INDEX_HDR *hdr,
fs/ntfs3/index.c
844
static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr,
fs/ntfs3/index.c
936
struct INDEX_HDR *hdr;
fs/ntfs3/inode.c
1492
root->ihdr.de_off = cpu_to_le32(sizeof(struct INDEX_HDR));
fs/ntfs3/inode.c
1493
root->ihdr.used = cpu_to_le32(sizeof(struct INDEX_HDR) +
fs/ntfs3/ntfs.h
714
static_assert(sizeof(struct INDEX_HDR) == 0x10);
fs/ntfs3/ntfs.h
716
static inline struct NTFS_DE *hdr_first_de(const struct INDEX_HDR *hdr)
fs/ntfs3/ntfs.h
734
static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr,
fs/ntfs3/ntfs.h
753
static inline bool hdr_has_subnode(const struct INDEX_HDR *hdr)
fs/ntfs3/ntfs.h
761
struct INDEX_HDR ihdr; // 0x18:
fs/ntfs3/ntfs.h
802
struct INDEX_HDR ihdr; // 0x10:
fs/ntfs3/ntfs_fs.h
626
bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes);