Searched refs:INDEX_HDR (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | ntfs.h | 697 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:
|
A D | index.c | 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() 717 const struct INDEX_HDR *hdr, const void *key, in hdr_find_e() 796 struct INDEX_HDR *hdr, in hdr_insert_de() 839 static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr, in hdr_delete_de() 927 struct INDEX_HDR *hdr; in indx_new() 1547 struct INDEX_HDR *hdr; in indx_insert_into_root() 1760 struct INDEX_HDR *hdr1 = &n1->index->ihdr; in indx_insert_into_buffer() 1761 struct INDEX_HDR *hdr2; in indx_insert_into_buffer() 2070 struct INDEX_HDR *hdr; in indx_free_children() [all …]
|
A 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()
|
A 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()
|
A 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()
|
Completed in 24 milliseconds