Searched refs:INDEX_BUFFER (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | index.c | 667 static bool index_buf_check(const struct INDEX_BUFFER *ib, u32 bytes, in index_buf_check() 674 if (bytes <= offsetof(struct INDEX_BUFFER, ihdr) || in index_buf_check() 676 fo < sizeof(struct INDEX_BUFFER) in index_buf_check() 686 bytes - offsetof(struct INDEX_BUFFER, ihdr)); in index_buf_check() 970 struct INDEX_BUFFER *index; in indx_new() 996 index->rhdr.fix_off = cpu_to_le16(sizeof(struct INDEX_BUFFER)); // 0x28 in indx_new() 1001 eo = ALIGN(sizeof(struct INDEX_BUFFER) + fn * sizeof(short), 8); in indx_new() 1019 hdr->total = cpu_to_le32(bytes - offsetof(struct INDEX_BUFFER, ihdr)); in indx_new() 1056 struct INDEX_BUFFER *ib = node->index; in indx_write() 1072 struct INDEX_BUFFER *ib; in indx_read_ra() [all …]
|
| H A D | ntfs.h | 759 struct INDEX_BUFFER { struct 765 static_assert(sizeof(struct INDEX_BUFFER) == 0x28); argument 767 static inline bool ib_is_empty(const struct INDEX_BUFFER *ib) in ib_is_empty() 774 static inline bool ib_is_leaf(const struct INDEX_BUFFER *ib) in ib_is_leaf()
|
| H A D | fslog.c | 2697 static inline bool check_index_buffer(const struct INDEX_BUFFER *ib, u32 bytes) in check_index_buffer() 2714 bytes - offsetof(struct INDEX_BUFFER, ihdr)); in check_index_buffer() 2978 u32 o = offsetof(struct INDEX_BUFFER, ihdr) + de_off; in check_if_alloc_index() 3131 struct INDEX_BUFFER *ib = NULL; in do_action() 3690 aoff + dlen > offsetof(struct INDEX_BUFFER, ihdr) + in do_action()
|
| H A D | ntfs_fs.h | 437 struct INDEX_BUFFER *index;
|