Searched refs:ATTR_LIST_ENTRY (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/ntfs3/ |
| A D | attrlist.c | 20 struct ATTR_LIST_ENTRY *le) in al_is_valid_le() 110 struct ATTR_LIST_ENTRY *le) in al_enumerate() 119 if (sz < sizeof(struct ATTR_LIST_ENTRY)) { in al_enumerate() 136 if (sz < sizeof(struct ATTR_LIST_ENTRY) || in al_enumerate() 153 struct ATTR_LIST_ENTRY *le, in al_find_le() 170 struct ATTR_LIST_ENTRY *le, in al_find_ex() 174 struct ATTR_LIST_ENTRY *ret = NULL; in al_find_ex() 231 struct ATTR_LIST_ENTRY *le = NULL, *prev; in al_find_le_to_insert() 272 struct ATTR_LIST_ENTRY **new_le) in al_add_le() 276 struct ATTR_LIST_ENTRY *le; in al_add_le() [all …]
|
| A D | ntfs_fs.h | 382 struct ATTR_LIST_ENTRY *le; // 1K aligned memory. 451 struct ATTR_LIST_ENTRY *le); 453 struct ATTR_LIST_ENTRY *le, 456 struct ATTR_LIST_ENTRY *le, 461 struct ATTR_LIST_ENTRY **new_le); 511 struct ATTR_LIST_ENTRY **entry_o, 516 struct ATTR_LIST_ENTRY **le, 536 struct ATTR_LIST_ENTRY **le); 544 struct ATTR_LIST_ENTRY **entry); 547 struct ATTR_LIST_ENTRY **entry); [all …]
|
| A D | frecord.c | 190 struct ATTR_LIST_ENTRY *le; in ni_find_attr() 250 struct ATTR_LIST_ENTRY *le2; in ni_enum_attr_ex() 284 struct ATTR_LIST_ENTRY *le; in ni_load_attr() 287 struct ATTR_LIST_ENTRY *next; in ni_load_attr() 338 struct ATTR_LIST_ENTRY *le; in ni_load_all_mi() 391 struct ATTR_LIST_ENTRY *le; in ni_remove_attr() 648 struct ATTR_LIST_ENTRY *le; in ni_try_remove_attr_list() 1056 struct ATTR_LIST_ENTRY *le; in ni_insert_attr() 1319 struct ATTR_LIST_ENTRY *le; in ni_expand_list() 2113 struct ATTR_LIST_ENTRY *le; in ni_decompress_file() [all …]
|
| A D | ntfs.h | 515 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()
|
| A D | attrib.c | 234 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() 703 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size() 814 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block() 1456 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame() 1678 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range() 1869 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range() 1937 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole()
|
| A D | xattr.c | 79 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea() 275 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
|
| A D | index.c | 211 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() 1939 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
|
| A D | namei.c | 343 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
|
| A D | fsntfs.c | 1842 struct ATTR_LIST_ENTRY *le; in ntfs_security_init() 2260 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init() 2298 struct ATTR_LIST_ENTRY *le; in ntfs_objid_init()
|
| A D | inode.c | 33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
|
| /linux/fs/ntfs/ |
| A D | attrib.h | 43 ATTR_LIST_ENTRY *al_entry;
|
| A D | attrib.c | 850 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_external_attr_find() 874 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start; in ntfs_external_attr_find() 883 al_entry = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry + in ntfs_external_attr_find() 899 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_external_attr_find()
|
| A D | inode.c | 1853 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_read_inode_mount() 1947 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list; in ntfs_read_inode_mount() 1962 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_read_inode_mount()
|
| A D | layout.h | 988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef
|
Completed in 46 milliseconds