Home
last modified time | relevance | path

Searched refs:INDEX_HDR (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ntfs3/
H A Dntfs.h702 struct INDEX_HDR { struct
715 static_assert(sizeof(struct INDEX_HDR) == 0x10); argument
717 static inline struct NTFS_DE *hdr_first_de(const struct INDEX_HDR *hdr) in hdr_first_de()
735 static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr, in hdr_next_de()
754 static inline bool hdr_has_subnode(const struct INDEX_HDR *hdr) in hdr_has_subnode()
762 struct INDEX_HDR ihdr; // 0x18:
803 struct INDEX_HDR ihdr; // 0x10:
H A Dindex.c557 static const struct NTFS_DE *hdr_find_split(const struct INDEX_HDR *hdr) in hdr_find_split()
588 static const struct NTFS_DE *hdr_insert_head(struct INDEX_HDR *hdr, in hdr_insert_head()
612 static bool index_hdr_check(const struct INDEX_HDR *hdr, u32 bytes) in index_hdr_check()
751 const struct INDEX_HDR *hdr, const void *key, in hdr_find_e()
837 struct INDEX_HDR *hdr, in hdr_insert_de()
881 static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr, in hdr_delete_de()
969 struct INDEX_HDR *hdr; in indx_new()
1638 struct INDEX_HDR *hdr; in indx_insert_into_root()
1869 struct INDEX_HDR *hdr1 = &n1->index->ihdr; in indx_insert_into_buffer()
1870 struct INDEX_HDR *hdr2; in indx_insert_into_buffer()
[all …]
H A Ddir.c399 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr()
645 struct INDEX_HDR *hdr; in ntfs_dir_count()
H A Dinode.c1648 root->ihdr.de_off = cpu_to_le32(sizeof(struct INDEX_HDR)); in ntfs_create_inode()
1649 root->ihdr.used = cpu_to_le32(sizeof(struct INDEX_HDR) + in ntfs_create_inode()
H A Dfslog.c2644 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes) in check_index_header()
2948 const struct INDEX_HDR *hdr, in check_if_root_index()
2974 static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr, in check_if_alloc_index()
3134 struct INDEX_HDR *hdr; in do_action()
H A Dntfs_fs.h646 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes);