Symbol: INDEX_HDR
fs/ntfs3/dir.c
357
const struct INDEX_HDR *hdr, u64 vbo, u64 pos,
fs/ntfs3/dir.c
586
struct INDEX_HDR *hdr;
fs/ntfs3/fslog.c
2611
bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes)
fs/ntfs3/fslog.c
2918
const struct INDEX_HDR *hdr,
fs/ntfs3/fslog.c
2944
static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr,
fs/ntfs3/fslog.c
3104
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
1637
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
1868
struct INDEX_HDR *hdr1 = &n1->index->ihdr;
fs/ntfs3/index.c
1869
struct INDEX_HDR *hdr2;
fs/ntfs3/index.c
2105
const struct INDEX_HDR *hdr = n ? &n->index->ihdr : &root->ihdr;
fs/ntfs3/index.c
2221
struct INDEX_HDR *hdr;
fs/ntfs3/index.c
2374
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
751
const struct INDEX_HDR *hdr, const void *key,
fs/ntfs3/index.c
837
struct INDEX_HDR *hdr,
fs/ntfs3/index.c
881
static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr,
fs/ntfs3/index.c
969
struct INDEX_HDR *hdr;
fs/ntfs3/inode.c
1430
root->ihdr.de_off = cpu_to_le32(sizeof(struct INDEX_HDR));
fs/ntfs3/inode.c
1431
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
627
bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes);