Searched refs:de_off (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | ntfs.h | 699 __le32 de_off; // 0x00: The offset from the start of this structure member 716 u32 de_off = le32_to_cpu(hdr->de_off); in hdr_first_de() local 718 struct NTFS_DE *e = Add2Ptr(hdr, de_off); in hdr_first_de() 721 if (de_off >= used || de_off >= le32_to_cpu(hdr->total)) in hdr_first_de() 725 if (esize < sizeof(struct NTFS_DE) || de_off + esize > used) in hdr_first_de()
|
D | fslog.c | 2603 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() 2883 u32 de_off = le32_to_cpu(hdr->de_off); in check_if_root_index() local 2884 u32 o = PtrOffset(attr, hdr) + de_off; in check_if_root_index() 2885 const struct NTFS_DE *e = Add2Ptr(hdr, de_off); in check_if_root_index() 2908 u32 de_off = le32_to_cpu(hdr->de_off); in check_if_alloc_index() local 2909 u32 o = offsetof(struct INDEX_BUFFER, ihdr) + de_off; in check_if_alloc_index() [all …]
|
D | dir.c | 328 u32 off = le32_to_cpu(hdr->de_off); in ntfs_read_hdr() 511 off = le32_to_cpu(hdr->de_off); in ntfs_dir_count()
|
D | index.c | 569 for (o = le32_to_cpu(hdr->de_off) + esize; o < used_2; o += esize) { in hdr_find_split() 600 to_move = used - le32_to_cpu(hdr->de_off); in hdr_insert_head() 681 u32 off = le32_to_cpu(hdr->de_off); in hdr_find_e() 767 if (off >= used || off < le32_to_cpu(hdr->de_off) || in hdr_insert_de() 900 hdr->de_off = cpu_to_le32(eo); in indx_new() 1755 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off)); in indx_insert_into_buffer() 1901 e = Add2Ptr(hdr, le32_to_cpu(hdr->de_off)); in indx_find_buffer()
|
D | inode.c | 1398 root->ihdr.de_off = in ntfs_create_inode()
|