Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dntfs.h703 __le32 de_off; // 0x00: The offset from the start of this structure member
719 u32 de_off = le32_to_cpu(hdr->de_off); in hdr_first_de() local
724 if (de_off >= used || size_add(de_off, sizeof(struct NTFS_DE)) > used) in hdr_first_de()
727 e = Add2Ptr(hdr, de_off); in hdr_first_de()
729 if (esize < sizeof(struct NTFS_DE) || de_off + esize > used) in hdr_first_de()
H A Dfslog.c2648 u32 min_de, de_off, used, total; in check_index_header() local
2658 de_off = le32_to_cpu(hdr->de_off); in check_index_header()
2662 if (de_off > bytes - min_de || used > bytes || total > bytes || in check_index_header()
2663 de_off + min_de > used || used > total) { in check_index_header()
2668 const struct NTFS_DE *e = Add2Ptr(hdr, de_off); in check_index_header()
2678 if (size_add(de_off, esize) > used) in check_index_header()
2691 de_off += esize; in check_index_header()
2952 u32 de_off = le32_to_cpu(hdr->de_off); in check_if_root_index() local
2953 u32 o = PtrOffset(attr, hdr) + de_off; in check_if_root_index()
2954 const struct NTFS_DE *e = Add2Ptr(hdr, de_off); in check_if_root_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()
619 u32 off = le32_to_cpu(hdr->de_off); in index_hdr_check()
761 u32 off = le32_to_cpu(hdr->de_off); in hdr_find_e()
855 if (off >= used || off < le32_to_cpu(hdr->de_off) || in hdr_insert_de()
1002 hdr->de_off = cpu_to_le32(eo); in indx_new()
1962 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off)); in indx_insert_into_buffer()
2128 e = Add2Ptr(hdr, le32_to_cpu(hdr->de_off)); in indx_find_buffer()
H A Ddir.c405 u32 off = le32_to_cpu(hdr->de_off); in ntfs_read_hdr()
663 off = le32_to_cpu(hdr->de_off); in ntfs_dir_count()
H A Dinode.c1648 root->ihdr.de_off = cpu_to_le32(sizeof(struct INDEX_HDR)); in ntfs_create_inode()