Searched refs:ATTR_LIST_ENTRY (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/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 | 393 struct ATTR_LIST_ENTRY *le; // 1K aligned memory. 428 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, 462 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni, 463 struct ATTR_LIST_ENTRY *le); 464 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni, 465 struct ATTR_LIST_ENTRY *le, 467 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, 468 struct ATTR_LIST_ENTRY *le, 473 struct ATTR_LIST_ENTRY **new_le); 474 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le); [all …]
|
D | frecord.c | 165 int ni_load_mi(struct ntfs_inode *ni, const struct ATTR_LIST_ENTRY *le, in ni_load_mi() 189 struct ATTR_LIST_ENTRY **le_o, enum ATTR_TYPE type, in ni_find_attr() 193 struct ATTR_LIST_ENTRY *le; in ni_find_attr() 250 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex() 254 struct ATTR_LIST_ENTRY *le2; in ni_enum_attr_ex() 288 struct ATTR_LIST_ENTRY *le; in ni_load_attr() 291 struct ATTR_LIST_ENTRY *next; in ni_load_attr() 342 struct ATTR_LIST_ENTRY *le; in ni_load_all_mi() 395 struct ATTR_LIST_ENTRY *le; in ni_remove_attr() 459 struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, in ni_ins_new_attr() [all …]
|
D | ntfs.h | 515 struct ATTR_LIST_ENTRY { struct 529 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size() argument 534 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp() 544 static inline __le16 const *le_name(const struct ATTR_LIST_ENTRY *le) in le_name()
|
D | attrib.c | 227 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident() 355 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res() 414 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size() 728 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() 1637 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame() 1863 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range() 2053 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range() 2121 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole() 2339 struct ATTR_LIST_ENTRY *le, *le_b; in attr_insert_range() [all …]
|
D | index.c | 211 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() 2055 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
|
D | xattr.c | 78 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea() 329 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
|
D | namei.c | 349 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
|
D | fsntfs.c | 1867 struct ATTR_LIST_ENTRY *le; in ntfs_security_init() 2289 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init() 2327 struct ATTR_LIST_ENTRY *le; in ntfs_objid_init()
|
D | inode.c | 33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
|