Searched refs:NTFS_DE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | ntfs.h | 608 struct NTFS_DE { struct 662 static inline struct NTFS_DE *de_get_next(const struct NTFS_DE *e) in de_get_next() 692 ALIGN(sizeof(struct NTFS_DE) + \ 717 struct NTFS_DE *e; in hdr_first_de() 732 const struct NTFS_DE *e) in hdr_next_de() 743 if (esize < sizeof(struct NTFS_DE) || in hdr_next_de() 864 struct NTFS_DE de; 890 struct NTFS_DE de; 931 struct NTFS_DE de; 941 struct NTFS_DE de; [all …]
|
H A D | index.c | 674 struct NTFS_DE *e) in fnd_push() 847 struct NTFS_DE *re) in hdr_delete_de() 936 struct NTFS_DE *e; in indx_new() 1145 struct NTFS_DE *e; in indx_find() 1208 struct NTFS_DE *e; in indx_find_sort() 1318 struct NTFS_DE *e = NULL; in indx_find_raw() 1319 struct NTFS_DE *e2; in indx_find_raw() 1793 const struct NTFS_DE *sp; in indx_insert_into_buffer() 1941 struct NTFS_DE *e; in indx_insert_entry() 2007 const struct NTFS_DE *e; in indx_find_buffer() [all …]
|
H A D | dir.c | 240 struct NTFS_DE *e; in dir_search_u() 279 struct ntfs_inode *ni, const struct NTFS_DE *e, in ntfs_dir_emit() 287 fname = Add2Ptr(e, sizeof(struct NTFS_DE)); in ntfs_dir_emit() 356 const struct NTFS_DE *e; in ntfs_read_hdr() 362 if (off + sizeof(struct NTFS_DE) > end) in ntfs_read_hdr() 367 if (e_size < sizeof(struct NTFS_DE) || off + e_size > end) in ntfs_read_hdr() 527 struct NTFS_DE *e = NULL; in ntfs_dir_count() 549 for (; off + sizeof(struct NTFS_DE) <= end; off += e_size) { in ntfs_dir_count() 552 if (e_size < sizeof(struct NTFS_DE) || in ntfs_dir_count()
|
H A D | ntfs_fs.h | 411 struct NTFS_DE *de[20]; 412 struct NTFS_DE *root_de; 569 struct NTFS_DE *de, struct NTFS_DE **de2, int *undo_step); 572 struct NTFS_DE *de, struct NTFS_DE *de2, 576 struct NTFS_DE *de); 579 struct ntfs_inode *ni, struct NTFS_DE *de, struct NTFS_DE *new_de, 682 const void *param, int *diff, struct NTFS_DE **entry, 685 const struct INDEX_ROOT *root, struct NTFS_DE **entry, 688 const struct INDEX_ROOT *root, struct NTFS_DE **entry, 691 const struct NTFS_DE *new_de, const void *param,
|
H A D | namei.c | 24 struct NTFS_DE *e = buf; in fill_name_de() 56 e->size = cpu_to_le16(ALIGN(data_size, 8) + sizeof(struct NTFS_DE)); in fill_name_de() 263 struct NTFS_DE *de, *new_de; in ntfs_rename() 272 static_assert(SIZEOF_ATTRIBUTE_FILENAME_MAX + sizeof(struct NTFS_DE) < in ntfs_rename()
|
H A D | inode.c | 1246 struct NTFS_DE *e, *new_de = NULL; in ntfs_create_inode() 1453 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode() 1471 sizeof(struct NTFS_DE)); in ntfs_create_inode() 1475 e->size = cpu_to_le16(sizeof(struct NTFS_DE)); in ntfs_create_inode() 1748 struct NTFS_DE *de; in ntfs_link_inode() 1782 struct NTFS_DE *de, *de2 = NULL; in ntfs_unlink_inode()
|
H A D | frecord.c | 2969 struct NTFS_DE *de, struct NTFS_DE **de2, int *undo_step) in ni_remove_name() 3036 struct NTFS_DE *de, struct NTFS_DE *de2, int undo_step) in ni_remove_name_undo() 3052 sizeof(struct NTFS_DE)); in ni_remove_name_undo() 3081 struct NTFS_DE *de) in ni_add_name() 3134 struct ntfs_inode *ni, struct NTFS_DE *de, struct NTFS_DE *new_de, in ni_rename() 3138 struct NTFS_DE *de2 = NULL; in ni_rename()
|
H A D | fsntfs.c | 1870 struct NTFS_DE *ne; in ntfs_security_init() 2012 NULL, &diff, (struct NTFS_DE **)&sii_e, fnd_sii); in ntfs_get_security_by_id() 2140 &d_security->key.sec_id, &diff, (struct NTFS_DE **)&e, in ntfs_insert_security() 2164 (struct NTFS_DE **)&e, fnd_sdh); in ntfs_insert_security() 2443 (struct NTFS_DE **)&re, fnd); in ntfs_remove_reparse()
|
H A D | fslog.c | 2602 const struct NTFS_DE *e; in check_index_header() 2605 min_de = sizeof(struct NTFS_DE) + sizeof(u64); in check_index_header() 2608 min_de = sizeof(struct NTFS_DE); in check_index_header() 2624 struct NTFS_DE *next = Add2Ptr(e, esize); in check_index_header() 2887 const struct NTFS_DE *e = Add2Ptr(hdr, de_off); in check_if_root_index() 2912 const struct NTFS_DE *e = Add2Ptr(hdr, de_off); in check_if_alloc_index() 3049 struct NTFS_DE *e, *e1, *e2; in do_action() 3394 e = (struct NTFS_DE *)data; in do_action()
|