Symbol: NTFS_DE
fs/ntfs3/dir.c
241
struct NTFS_DE *e;
fs/ntfs3/dir.c
280
struct ntfs_inode *ni, const struct NTFS_DE *e,
fs/ntfs3/dir.c
288
fname = Add2Ptr(e, sizeof(struct NTFS_DE));
fs/ntfs3/dir.c
308
if (fname->name_len + sizeof(struct NTFS_DE) > le16_to_cpu(e->size))
fs/ntfs3/dir.c
358
const struct NTFS_DE *e;
fs/ntfs3/dir.c
364
if (off + sizeof(struct NTFS_DE) > end)
fs/ntfs3/dir.c
369
if (e_size < sizeof(struct NTFS_DE) || off + e_size > end)
fs/ntfs3/dir.c
572
struct NTFS_DE *e = NULL;
fs/ntfs3/dir.c
594
for (; off + sizeof(struct NTFS_DE) <= end; off += e_size) {
fs/ntfs3/dir.c
597
if (e_size < sizeof(struct NTFS_DE) ||
fs/ntfs3/frecord.c
2610
struct NTFS_DE *de, struct NTFS_DE **de2, int *undo_step)
fs/ntfs3/frecord.c
2677
struct NTFS_DE *de, struct NTFS_DE *de2, int undo_step)
fs/ntfs3/frecord.c
2693
sizeof(struct NTFS_DE));
fs/ntfs3/frecord.c
2722
struct NTFS_DE *de)
fs/ntfs3/frecord.c
2775
struct ntfs_inode *ni, struct NTFS_DE *de, struct NTFS_DE *new_de)
fs/ntfs3/frecord.c
2778
struct NTFS_DE *de2 = NULL;
fs/ntfs3/fslog.c
2604
const struct NTFS_DE *e;
fs/ntfs3/fslog.c
2607
min_de = sizeof(struct NTFS_DE) + sizeof(u64);
fs/ntfs3/fslog.c
2610
min_de = sizeof(struct NTFS_DE);
fs/ntfs3/fslog.c
2626
struct NTFS_DE *next = Add2Ptr(e, esize);
fs/ntfs3/fslog.c
2889
const struct NTFS_DE *e = Add2Ptr(hdr, de_off);
fs/ntfs3/fslog.c
2914
const struct NTFS_DE *e = Add2Ptr(hdr, de_off);
fs/ntfs3/fslog.c
3071
struct NTFS_DE *e, *e1, *e2;
fs/ntfs3/fslog.c
3393
e = (struct NTFS_DE *)data;
fs/ntfs3/fsntfs.c
1872
struct NTFS_DE *ne;
fs/ntfs3/fsntfs.c
2014
NULL, &diff, (struct NTFS_DE **)&sii_e, fnd_sii);
fs/ntfs3/fsntfs.c
2142
&d_security->key.sec_id, &diff, (struct NTFS_DE **)&e,
fs/ntfs3/fsntfs.c
2166
(struct NTFS_DE **)&e, fnd_sdh);
fs/ntfs3/fsntfs.c
2445
(struct NTFS_DE **)&re, fnd);
fs/ntfs3/index.c
1138
const void *ctx, int *diff, struct NTFS_DE **entry,
fs/ntfs3/index.c
1142
struct NTFS_DE *e;
fs/ntfs3/index.c
1205
const struct INDEX_ROOT *root, struct NTFS_DE **entry,
fs/ntfs3/index.c
1210
struct NTFS_DE *e;
fs/ntfs3/index.c
1252
sizeof(struct NTFS_DE) + sizeof(u64)) {
fs/ntfs3/index.c
1275
if (le16_to_cpu(e->size) > sizeof(struct NTFS_DE)) {
fs/ntfs3/index.c
1305
if (le16_to_cpu(e->size) > sizeof(struct NTFS_DE)) {
fs/ntfs3/index.c
1315
const struct INDEX_ROOT *root, struct NTFS_DE **entry,
fs/ntfs3/index.c
1320
struct NTFS_DE *e = NULL;
fs/ntfs3/index.c
1321
struct NTFS_DE *e2;
fs/ntfs3/index.c
1351
if (e && le16_to_cpu(e->size) > sizeof(struct NTFS_DE))
fs/ntfs3/index.c
1586
const struct NTFS_DE *new_de,
fs/ntfs3/index.c
1587
struct NTFS_DE *root_de, const void *ctx,
fs/ntfs3/index.c
1591
struct NTFS_DE *e, *e0, *re;
fs/ntfs3/index.c
1677
new_root_size = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE) +
fs/ntfs3/index.c
1691
e = (struct NTFS_DE *)(root + 1);
fs/ntfs3/index.c
1692
memset(e, 0, sizeof(struct NTFS_DE));
fs/ntfs3/index.c
1693
e->size = cpu_to_le16(sizeof(struct NTFS_DE) + sizeof(u64));
fs/ntfs3/index.c
1728
e = (struct NTFS_DE *)(root + 1);
fs/ntfs3/index.c
1799
struct INDEX_ROOT *root, const struct NTFS_DE *new_de,
fs/ntfs3/index.c
1803
const struct NTFS_DE *sp;
fs/ntfs3/index.c
1804
struct NTFS_DE *e, *de_t, *up_e;
fs/ntfs3/index.c
1947
const struct NTFS_DE *new_de, const void *ctx,
fs/ntfs3/index.c
1952
struct NTFS_DE *e;
fs/ntfs3/index.c
2019
const struct NTFS_DE *e;
fs/ntfs3/index.c
2125
const struct NTFS_DE *e, bool trim)
fs/ntfs3/index.c
2176
const struct NTFS_DE *de_next,
fs/ntfs3/index.c
2177
struct NTFS_DE **de_to_replace,
fs/ntfs3/index.c
2183
struct NTFS_DE *e, *te, *re;
fs/ntfs3/index.c
2285
struct NTFS_DE *e, *re, *next, *prev, *me;
fs/ntfs3/index.c
2627
sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE);
fs/ntfs3/index.c
2636
e = (struct NTFS_DE *)(root + 1);
fs/ntfs3/index.c
2640
e->size = cpu_to_le16(sizeof(struct NTFS_DE));
fs/ntfs3/index.c
2670
struct NTFS_DE *e = NULL;
fs/ntfs3/index.c
557
static const struct NTFS_DE *hdr_find_split(const struct INDEX_HDR *hdr)
fs/ntfs3/index.c
560
const struct NTFS_DE *e = hdr_first_de(hdr);
fs/ntfs3/index.c
569
const struct NTFS_DE *p = e;
fs/ntfs3/index.c
588
static const struct NTFS_DE *hdr_insert_head(struct INDEX_HDR *hdr,
fs/ntfs3/index.c
592
struct NTFS_DE *e = hdr_first_de(hdr);
fs/ntfs3/index.c
619
size_add(off, sizeof(struct NTFS_DE)) > end) {
fs/ntfs3/index.c
672
struct NTFS_DE *e)
fs/ntfs3/index.c
715
static struct NTFS_DE *hdr_find_e(const struct ntfs_index *indx,
fs/ntfs3/index.c
719
struct NTFS_DE *e, *found = NULL;
fs/ntfs3/index.c
737
if (size_add(off, sizeof(struct NTFS_DE)) > end)
fs/ntfs3/index.c
743
if (e_size < sizeof(struct NTFS_DE) || off + e_size > end)
fs/ntfs3/index.c
800
static struct NTFS_DE *hdr_insert_de(const struct ntfs_index *indx,
fs/ntfs3/index.c
802
const struct NTFS_DE *de,
fs/ntfs3/index.c
803
struct NTFS_DE *before, const void *ctx)
fs/ntfs3/index.c
844
static inline struct NTFS_DE *hdr_delete_de(struct INDEX_HDR *hdr,
fs/ntfs3/index.c
845
struct NTFS_DE *re)
fs/ntfs3/index.c
856
if (off >= used || esize < sizeof(struct NTFS_DE) ||
fs/ntfs3/index.c
857
bytes < sizeof(struct NTFS_DE))
fs/ntfs3/index.c
934
struct NTFS_DE *e;
fs/ntfs3/index.c
975
e->size = cpu_to_le16(sizeof(struct NTFS_DE) + sizeof(u64));
fs/ntfs3/index.c
977
cpu_to_le32(eo + sizeof(struct NTFS_DE) + sizeof(u64));
fs/ntfs3/index.c
981
e->size = cpu_to_le16(sizeof(struct NTFS_DE));
fs/ntfs3/index.c
982
hdr->used = cpu_to_le32(eo + sizeof(struct NTFS_DE));
fs/ntfs3/inode.c
1260
struct NTFS_DE *e, *new_de = NULL;
fs/ntfs3/inode.c
1476
dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE);
fs/ntfs3/inode.c
1494
sizeof(struct NTFS_DE));
fs/ntfs3/inode.c
1498
e->size = cpu_to_le16(sizeof(struct NTFS_DE));
fs/ntfs3/inode.c
1779
struct NTFS_DE *de;
fs/ntfs3/inode.c
1813
struct NTFS_DE *de, *de2 = NULL;
fs/ntfs3/namei.c
24
struct NTFS_DE *e = buf;
fs/ntfs3/namei.c
258
struct NTFS_DE *de, *new_de;
fs/ntfs3/namei.c
267
static_assert(SIZEOF_ATTRIBUTE_FILENAME_MAX + sizeof(struct NTFS_DE) <
fs/ntfs3/namei.c
56
e->size = cpu_to_le16(ALIGN(data_size, 8) + sizeof(struct NTFS_DE));
fs/ntfs3/ntfs.h
637
static_assert(sizeof(struct NTFS_DE) == 0x10);
fs/ntfs3/ntfs.h
639
static inline void de_set_vbn_le(struct NTFS_DE *e, __le64 vcn)
fs/ntfs3/ntfs.h
646
static inline void de_set_vbn(struct NTFS_DE *e, CLST vcn)
fs/ntfs3/ntfs.h
653
static inline __le64 de_get_vbn_le(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
658
static inline CLST de_get_vbn(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
665
static inline struct NTFS_DE *de_get_next(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
670
static inline struct ATTR_FILE_NAME *de_get_fname(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
673
Add2Ptr(e, sizeof(struct NTFS_DE)) :
fs/ntfs3/ntfs.h
677
static inline bool de_is_last(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
682
static inline bool de_has_vcn(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
687
static inline bool de_has_vcn_ex(const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
695
ALIGN(sizeof(struct NTFS_DE) + \
fs/ntfs3/ntfs.h
716
static inline struct NTFS_DE *hdr_first_de(const struct INDEX_HDR *hdr)
fs/ntfs3/ntfs.h
720
struct NTFS_DE *e;
fs/ntfs3/ntfs.h
723
if (de_off >= used || size_add(de_off, sizeof(struct NTFS_DE)) > used)
fs/ntfs3/ntfs.h
728
if (esize < sizeof(struct NTFS_DE) || de_off + esize > used)
fs/ntfs3/ntfs.h
734
static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr,
fs/ntfs3/ntfs.h
735
const struct NTFS_DE *e)
fs/ntfs3/ntfs.h
746
if (esize < sizeof(struct NTFS_DE) ||
fs/ntfs3/ntfs.h
747
off + esize + sizeof(struct NTFS_DE) > used)
fs/ntfs3/ntfs.h
768
const struct NTFS_DE *first = hdr_first_de(&ib->ihdr);
fs/ntfs3/ntfs.h
867
struct NTFS_DE de;
fs/ntfs3/ntfs.h
893
struct NTFS_DE de;
fs/ntfs3/ntfs.h
934
struct NTFS_DE de;
fs/ntfs3/ntfs.h
944
struct NTFS_DE de;
fs/ntfs3/ntfs.h
962
struct NTFS_DE de;
fs/ntfs3/ntfs_fs.h
436
struct NTFS_DE *de[20];
fs/ntfs3/ntfs_fs.h
437
struct NTFS_DE *root_de;
fs/ntfs3/ntfs_fs.h
606
struct NTFS_DE *de, struct NTFS_DE **de2, int *undo_step);
fs/ntfs3/ntfs_fs.h
609
struct NTFS_DE *de, struct NTFS_DE *de2,
fs/ntfs3/ntfs_fs.h
613
struct NTFS_DE *de);
fs/ntfs3/ntfs_fs.h
616
struct ntfs_inode *ni, struct NTFS_DE *de,
fs/ntfs3/ntfs_fs.h
617
struct NTFS_DE *new_de);
fs/ntfs3/ntfs_fs.h
756
const void *param, int *diff, struct NTFS_DE **entry,
fs/ntfs3/ntfs_fs.h
759
const struct INDEX_ROOT *root, struct NTFS_DE **entry,
fs/ntfs3/ntfs_fs.h
762
const struct INDEX_ROOT *root, struct NTFS_DE **entry,
fs/ntfs3/ntfs_fs.h
765
const struct NTFS_DE *new_de, const void *param,