Searched refs:ATTR_LIST_ENTRY (Results 1 – 14 of 14) sorted by relevance
/fs/ntfs3/ |
D | attrlist.c | 20 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 …]
|
D | ntfs_fs.h | 384 struct ATTR_LIST_ENTRY *le; // 1K aligned memory. 421 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, 452 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni, 453 struct ATTR_LIST_ENTRY *le); 454 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni, 455 struct ATTR_LIST_ENTRY *le, 457 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, 458 struct ATTR_LIST_ENTRY *le, 463 struct ATTR_LIST_ENTRY **new_le); 464 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le); [all …]
|
D | frecord.c | 162 int ni_load_mi(struct ntfs_inode *ni, const struct ATTR_LIST_ENTRY *le, in ni_load_mi() 186 struct ATTR_LIST_ENTRY **le_o, enum ATTR_TYPE type, in ni_find_attr() 190 struct ATTR_LIST_ENTRY *le; in ni_find_attr() 246 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex() 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() 455 struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, in ni_ins_new_attr() [all …]
|
D | ntfs.h | 512 struct ATTR_LIST_ENTRY { struct 524 static_assert(sizeof(struct ATTR_LIST_ENTRY) == 0x20); argument 528 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size() 533 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp() 543 static inline __le16 const *le_name(const struct ATTR_LIST_ENTRY *le) in le_name()
|
D | attrib.c | 238 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident() 363 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res() 422 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size() 707 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size() 818 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block() 1469 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame() 1689 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range() 1885 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range() 1953 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole()
|
D | xattr.c | 77 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea() 319 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
|
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() 998 struct ATTR_LIST_ENTRY *le = NULL; in indx_get_root() 2040 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
|
D | namei.c | 353 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
|
D | fsntfs.c | 1841 struct ATTR_LIST_ENTRY *le; in ntfs_security_init() 2265 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init() 2303 struct ATTR_LIST_ENTRY *le; in ntfs_objid_init()
|
D | inode.c | 33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
|
/fs/ntfs/ |
D | attrib.h | 43 ATTR_LIST_ENTRY *al_entry;
|
D | attrib.c | 874 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()
|
D | inode.c | 1860 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()
|
D | layout.h | 988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef
|