Searched refs:INDEX_HDR (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | ntfs.h | 698 struct INDEX_HDR { struct 712 static_assert(sizeof(struct INDEX_HDR) == 0x10); argument 714 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 | 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() 671 const struct INDEX_HDR *hdr, const void *key, in hdr_find_e() 750 struct INDEX_HDR *hdr, in hdr_insert_de() 793 static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr, in hdr_delete_de() 867 struct INDEX_HDR *hdr; in indx_new() 1477 struct INDEX_HDR *hdr; in indx_insert_into_root() 1690 struct INDEX_HDR *hdr1 = &n1->index->ihdr; in indx_insert_into_buffer() 1691 struct INDEX_HDR *hdr2; in indx_insert_into_buffer() 1892 const struct INDEX_HDR *hdr = n ? &n->index->ihdr : &root->ihdr; in indx_find_buffer() [all …]
|
D | dir.c | 321 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr() 491 struct INDEX_HDR *hdr; in ntfs_dir_count()
|
D | inode.c | 1408 cpu_to_le32(sizeof(struct INDEX_HDR)); // 0x10 in ntfs_create_inode() 1409 root->ihdr.used = cpu_to_le32(sizeof(struct INDEX_HDR) + in ntfs_create_inode()
|
D | fslog.c | 2578 static inline bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes) in check_index_header() 2860 const struct INDEX_HDR *hdr, in check_if_root_index() 2886 static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr, in check_if_alloc_index() 3026 struct INDEX_HDR *hdr; in do_action()
|