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() 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() 190 struct ATTR_LIST_ENTRY *ret = NULL; in al_find_ex() 242 static struct ATTR_LIST_ENTRY *al_find_le_to_insert(struct ntfs_inode *ni, in al_find_le_to_insert() 247 struct ATTR_LIST_ENTRY *le = NULL, *prev; in al_find_le_to_insert() [all …]
|
D | ntfs_fs.h | 385 struct ATTR_LIST_ENTRY *le; // 1K aligned memory. 420 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 | 163 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 …]
|
D | ntfs.h | 512 struct ATTR_LIST_ENTRY { struct 526 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size() argument 531 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp() 541 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() 733 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size() 893 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block() 1544 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame() 1768 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range() 1958 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range() 2026 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole() 2244 struct ATTR_LIST_ENTRY *le, *le_b; in attr_insert_range()
|
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() 2024 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
|
D | namei.c | 351 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
|
D | xattr.c | 77 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea() 322 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
|
D | fsntfs.c | 1835 struct ATTR_LIST_ENTRY *le; in ntfs_security_init() 2259 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init() 2297 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
|