Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs.h699 struct INDEX_HDR { struct
713 static_assert(sizeof(struct INDEX_HDR) == 0x10);
715 static inline struct NTFS_DE *hdr_first_de(const struct INDEX_HDR *hdr) in hdr_first_de()
733 static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr, in hdr_next_de()
752 static inline bool hdr_has_subnode(const struct INDEX_HDR *hdr) in hdr_has_subnode()
760 struct INDEX_HDR ihdr; // 0x18:
801 struct INDEX_HDR ihdr; // 0x10:
H A Dindex.c559 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()
612 * return true if INDEX_HDR is valid
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()
854 /* check INDEX_HDR valid before using INDEX_HDR */ in hdr_delete_de()
938 struct INDEX_HDR *hd in indx_new()
[all...]
H A Ddir.c345 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr()
515 struct INDEX_HDR *hdr; in ntfs_dir_count()
H A Dinode.c1459 root->ihdr.de_off = cpu_to_le32(sizeof(struct INDEX_HDR)); in ntfs_create_inode()
1460 root->ihdr.used = cpu_to_le32(sizeof(struct INDEX_HDR) + in ntfs_create_inode()
H A Dfslog.c2578 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes) in check_index_header()
2861 const struct INDEX_HDR *hdr, in check_if_root_index()
2887 static inline bool check_if_alloc_index(const struct INDEX_HDR *hdr, in check_if_alloc_index()
3027 struct INDEX_HDR *hdr; in do_action()
H A Dntfs_fs.h585 bool check_index_header(const struct INDEX_HDR *hdr, size_t bytes);

Completed in 17 milliseconds