Home
last modified time | relevance | path

Searched refs:ATTR_LIST_ENTRY (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dattrlist.c20 struct ATTR_LIST_ENTRY *le) in al_is_valid_le()
125 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni, in al_enumerate()
126 struct ATTR_LIST_ENTRY *le) in al_enumerate()
135 if (sz < sizeof(struct ATTR_LIST_ENTRY)) { in al_enumerate()
144 if (off + sizeof(struct ATTR_LIST_ENTRY) > ni->attr_list.size) { in al_enumerate()
152 if (sz < sizeof(struct ATTR_LIST_ENTRY) || in al_enumerate()
168 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni, in al_find_le()
169 struct ATTR_LIST_ENTRY *le, in al_find_le()
185 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, in al_find_ex()
186 struct ATTR_LIST_ENTRY *le, in al_find_ex()
[all …]
Dntfs_fs.h391 struct ATTR_LIST_ENTRY *le; // 1K aligned memory.
426 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi,
458 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni,
459 struct ATTR_LIST_ENTRY *le);
460 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni,
461 struct ATTR_LIST_ENTRY *le,
463 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
464 struct ATTR_LIST_ENTRY *le,
469 struct ATTR_LIST_ENTRY **new_le);
470 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le);
[all …]
Dfrecord.c163 int ni_load_mi(struct ntfs_inode *ni, const struct ATTR_LIST_ENTRY *le, in ni_load_mi()
187 struct ATTR_LIST_ENTRY **le_o, enum ATTR_TYPE type, in ni_find_attr()
191 struct ATTR_LIST_ENTRY *le; in ni_find_attr()
248 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex()
252 struct ATTR_LIST_ENTRY *le2; in ni_enum_attr_ex()
286 struct ATTR_LIST_ENTRY *le; in ni_load_attr()
289 struct ATTR_LIST_ENTRY *next; in ni_load_attr()
340 struct ATTR_LIST_ENTRY *le; in ni_load_all_mi()
393 struct ATTR_LIST_ENTRY *le; in ni_remove_attr()
457 struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, in ni_ins_new_attr()
[all …]
Dntfs.h518 struct ATTR_LIST_ENTRY { struct
530 static_assert(sizeof(struct ATTR_LIST_ENTRY) == 0x20); argument
534 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size()
539 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp()
549 static inline __le16 const *le_name(const struct ATTR_LIST_ENTRY *le) in le_name()
Dattrib.c227 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident()
353 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res()
412 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size()
725 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size()
890 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block()
1621 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame()
1842 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range()
2032 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range()
2100 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole()
2318 struct ATTR_LIST_ENTRY *le, *le_b; in attr_insert_range()
Dxattr.c78 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea()
322 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
Dindex.c211 struct ATTR_LIST_ENTRY *le = NULL; in bmp_buf_get()
478 struct ATTR_LIST_ENTRY *le = NULL; in indx_find_free()
525 struct ATTR_LIST_ENTRY *le = NULL; in indx_used_bit()
997 struct ATTR_LIST_ENTRY *le = NULL; in indx_get_root()
2048 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
Dnamei.c443 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
Dfsntfs.c1842 struct ATTR_LIST_ENTRY *le; in ntfs_security_init()
2264 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init()
2302 struct ATTR_LIST_ENTRY *le; in ntfs_objid_init()
Dinode.c33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
/Linux-v6.6/fs/ntfs/
Dattrib.h43 ATTR_LIST_ENTRY *al_entry;
Dattrib.c874 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_external_attr_find()
898 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start; in ntfs_external_attr_find()
907 al_entry = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry + in ntfs_external_attr_find()
923 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_external_attr_find()
Dinode.c1860 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_read_inode_mount()
1958 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list; in ntfs_read_inode_mount()
1973 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_read_inode_mount()
Dlayout.h988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef