Home
last modified time | relevance | path

Searched refs:de_off (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Dfslog.c2603 u32 min_de, de_off, used, total; in check_index_header() local
2614 de_off = le32_to_cpu(hdr->de_off); in check_index_header()
2618 if (de_off > bytes - min_de || used > bytes || total > bytes || in check_index_header()
2619 de_off + min_de > used || used > total) { in check_index_header()
2623 e = Add2Ptr(hdr, de_off); in check_index_header()
2887 u32 de_off = le32_to_cpu(hdr->de_off); in check_if_root_index() local
2888 u32 o = PtrOffset(attr, hdr) + de_off; in check_if_root_index()
2889 const struct NTFS_DE *e = Add2Ptr(hdr, de_off); in check_if_root_index()
2912 u32 de_off = le32_to_cpu(hdr->de_off); in check_if_alloc_index() local
2913 u32 o = offsetof(struct INDEX_BUFFER, ihdr) + de_off; in check_if_alloc_index()
[all …]
H A Dindex.c568 for (o = le32_to_cpu(hdr->de_off) + esize; o < used_2; o += esize) { in hdr_find_split()
599 to_move = used - le32_to_cpu(hdr->de_off); in hdr_insert_head()
616 u32 off = le32_to_cpu(hdr->de_off); in index_hdr_check()
726 u32 off = le32_to_cpu(hdr->de_off); in hdr_find_e()
818 if (off >= used || off < le32_to_cpu(hdr->de_off) || in hdr_insert_de()
969 hdr->de_off = cpu_to_le32(eo); in indx_new()
1886 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off)); in indx_insert_into_buffer()
2036 e = Add2Ptr(hdr, le32_to_cpu(hdr->de_off)); in indx_find_buffer()