Searched refs:INDEX_HDR (Results 1 – 6 of 6) sorted by relevance
/fs/ntfs3/ |
D | ntfs.h | 693 struct INDEX_HDR { struct 707 static_assert(sizeof(struct INDEX_HDR) == 0x10); argument 709 static inline struct NTFS_DE *hdr_first_de(const struct INDEX_HDR *hdr) in hdr_first_de() 726 static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr, in hdr_next_de() 745 static inline bool hdr_has_subnode(const struct INDEX_HDR *hdr) in hdr_has_subnode() 753 struct INDEX_HDR ihdr; // 0x18: 794 struct INDEX_HDR ihdr; // 0x10:
|
D | index.c | 558 static const struct NTFS_DE *hdr_find_split(const struct INDEX_HDR *hdr) in hdr_find_split() 589 static const struct NTFS_DE *hdr_insert_head(struct INDEX_HDR *hdr, in hdr_insert_head() 613 static bool index_hdr_check(const struct INDEX_HDR *hdr, u32 bytes) in index_hdr_check() 718 const struct INDEX_HDR *hdr, const void *key, in hdr_find_e() 804 struct INDEX_HDR *hdr, in hdr_insert_de() 847 static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr, in hdr_delete_de() 939 struct INDEX_HDR *hdr; in indx_new() 1146 const struct INDEX_HDR *hdr; in indx_find() 1579 struct INDEX_HDR *hdr; in indx_insert_into_root() 1792 struct INDEX_HDR *hdr1 = &n1->index->ihdr; in indx_insert_into_buffer() [all …]
|
D | dir.c | 345 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr() 515 struct INDEX_HDR *hdr; in ntfs_dir_count()
|
D | inode.c | 1431 cpu_to_le32(sizeof(struct INDEX_HDR)); // 0x10 in ntfs_create_inode() 1432 root->ihdr.used = cpu_to_le32(sizeof(struct INDEX_HDR) + in ntfs_create_inode()
|
D | fslog.c | 2582 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes) in check_index_header() 2864 const struct INDEX_HDR *hdr, in check_if_root_index() 2890 static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr, in check_if_alloc_index() 3030 struct INDEX_HDR *hdr; in do_action()
|
D | ntfs_fs.h | 580 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes);
|