Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dattrlist.c20 struct ATTR_LIST_ENTRY *le) in al_is_valid_le()
109 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni, in al_enumerate()
110 struct ATTR_LIST_ENTRY *le) in al_enumerate()
119 if (sz < sizeof(struct ATTR_LIST_ENTRY)) { in al_enumerate()
128 if (off + sizeof(struct ATTR_LIST_ENTRY) > ni->attr_list.size) { in al_enumerate()
136 if (sz < sizeof(struct ATTR_LIST_ENTRY) || in al_enumerate()
152 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni, in al_find_le()
153 struct ATTR_LIST_ENTRY *le, in al_find_le()
169 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, in al_find_ex()
170 struct ATTR_LIST_ENTRY *le, in al_find_ex()
[all …]
Dntfs_fs.h382 struct ATTR_LIST_ENTRY *le; // 1K aligned memory.
417 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi,
449 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni,
450 struct ATTR_LIST_ENTRY *le);
451 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni,
452 struct ATTR_LIST_ENTRY *le,
454 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
455 struct ATTR_LIST_ENTRY *le,
460 struct ATTR_LIST_ENTRY **new_le);
461 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()
247 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex()
251 struct ATTR_LIST_ENTRY *le2; in ni_enum_attr_ex()
285 struct ATTR_LIST_ENTRY *le; in ni_load_attr()
288 struct ATTR_LIST_ENTRY *next; in ni_load_attr()
339 struct ATTR_LIST_ENTRY *le; in ni_load_all_mi()
392 struct ATTR_LIST_ENTRY *le; in ni_remove_attr()
456 struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, in ni_ins_new_attr()
[all …]
Dntfs.h515 struct ATTR_LIST_ENTRY { struct
527 static_assert(sizeof(struct ATTR_LIST_ENTRY) == 0x20); argument
531 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size()
536 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp()
546 static inline __le16 const *le_name(const struct ATTR_LIST_ENTRY *le) in le_name()
Dattrib.c234 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident()
359 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res()
418 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size()
729 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size()
889 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block()
1531 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame()
1753 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range()
1938 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range()
2006 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole()
2224 struct ATTR_LIST_ENTRY *le, *le_b; in attr_insert_range()
Dnamei.c341 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
Dxattr.c79 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea()
275 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
Dindex.c211 struct ATTR_LIST_ENTRY *le = NULL; in bmp_buf_get()
477 struct ATTR_LIST_ENTRY *le = NULL; in indx_find_free()
524 struct ATTR_LIST_ENTRY *le = NULL; in indx_used_bit()
926 struct ATTR_LIST_ENTRY *le = NULL; in indx_get_root()
1932 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
Dfsntfs.c1818 struct ATTR_LIST_ENTRY *le; in ntfs_security_init()
2236 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init()
2274 struct ATTR_LIST_ENTRY *le; in ntfs_objid_init()
Dinode.c33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
/Linux-v6.1/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