Searched refs:INDEX_HDR (Results 1 – 6 of 6) sorted by relevance
/fs/ntfs3/ |
D | ntfs.h | 698 struct INDEX_HDR { struct 711 static_assert(sizeof(struct INDEX_HDR) == 0x10); argument 713 static inline struct NTFS_DE *hdr_first_de(const struct INDEX_HDR *hdr) in hdr_first_de() 731 static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr, in hdr_next_de() 750 static inline bool hdr_has_subnode(const struct INDEX_HDR *hdr) in hdr_has_subnode() 758 struct INDEX_HDR ihdr; // 0x18: 799 struct INDEX_HDR ihdr; // 0x10:
|
D | index.c | 559 static const struct NTFS_DE *hdr_find_split(const struct INDEX_HDR *hdr) in hdr_find_split() 590 static const struct NTFS_DE *hdr_insert_head(struct INDEX_HDR *hdr, in hdr_insert_head() 614 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() 803 struct INDEX_HDR *hdr, in hdr_insert_de() 846 static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr, in hdr_delete_de() 938 struct INDEX_HDR *hdr; in indx_new() 1584 struct INDEX_HDR *hdr; in indx_insert_into_root() 1797 struct INDEX_HDR *hdr1 = &n1->index->ihdr; in indx_insert_into_buffer() 1798 struct INDEX_HDR *hdr2; in indx_insert_into_buffer() [all …]
|
D | dir.c | 346 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr() 517 struct INDEX_HDR *hdr; in ntfs_dir_count()
|
D | inode.c | 1465 root->ihdr.de_off = cpu_to_le32(sizeof(struct INDEX_HDR)); in ntfs_create_inode() 1466 root->ihdr.used = cpu_to_le32(sizeof(struct INDEX_HDR) + in ntfs_create_inode()
|
D | fslog.c | 2583 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes) in check_index_header() 2866 const struct INDEX_HDR *hdr, in check_if_root_index() 2892 static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr, in check_if_alloc_index() 3032 struct INDEX_HDR *hdr; in do_action()
|
D | ntfs_fs.h | 586 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes);
|