Searched refs:ATTR_LIST_ENTRY (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | attrlist.c | 20 struct ATTR_LIST_ENTRY *le) in al_is_valid_le() 137 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni, in al_enumerate() 138 struct ATTR_LIST_ENTRY *le) in al_enumerate() 180 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni, in al_find_le() 181 struct ATTR_LIST_ENTRY *le, in al_find_le() 197 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, in al_find_ex() 198 struct ATTR_LIST_ENTRY *le, in al_find_ex() 202 struct ATTR_LIST_ENTRY *ret = NULL; in al_find_ex() 255 static struct ATTR_LIST_ENTRY *al_find_le_to_insert(struct ntfs_inode *ni, in al_find_le_to_insert() 260 struct ATTR_LIST_ENTRY *le = NULL, *prev; in al_find_le_to_insert() [all …]
|
| H A D | ntfs_fs.h | 424 struct ATTR_LIST_ENTRY *le; // 1K aligned memory. 466 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, 511 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni, 512 struct ATTR_LIST_ENTRY *le); 513 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni, 514 struct ATTR_LIST_ENTRY *le, 516 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, 517 struct ATTR_LIST_ENTRY *le, 522 struct ATTR_LIST_ENTRY **new_le); 523 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le); [all …]
|
| H A D | frecord.c | 177 int ni_load_mi(struct ntfs_inode *ni, const struct ATTR_LIST_ENTRY *le, in ni_load_mi() 202 struct ATTR_LIST_ENTRY **le_o, enum ATTR_TYPE type, in ni_find_attr() 206 struct ATTR_LIST_ENTRY *le; in ni_find_attr() 264 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex() 268 struct ATTR_LIST_ENTRY *le2; in ni_enum_attr_ex() 302 struct ATTR_LIST_ENTRY *le; in ni_load_all_mi() 359 struct ATTR_LIST_ENTRY *le; in ni_remove_attr() 425 struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, in ni_ins_new_attr() 427 CLST svcn, struct ATTR_LIST_ENTRY **ins_le) in ni_ins_new_attr() 497 struct ATTR_LIST_ENTRY *le = NULL, *le_p; in ni_repack() [all …]
|
| H A D | ntfs.h | 520 struct ATTR_LIST_ENTRY { struct 534 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size() argument 539 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp() 549 static inline __le16 const *le_name(const struct ATTR_LIST_ENTRY *le) in le_name()
|
| H A D | attrib.c | 255 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident() 383 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res() 444 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size_ex() 796 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size_ex() 1002 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block_locked() 1783 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame() 2015 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range() 2244 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range() 2310 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole() 2533 struct ATTR_LIST_ENTRY *le, *le_b; in attr_insert_range() [all …]
|
| H A D | index.c | 211 struct ATTR_LIST_ENTRY *le = NULL; in bmp_buf_get() 476 struct ATTR_LIST_ENTRY *le = NULL; in indx_find_free() 523 struct ATTR_LIST_ENTRY *le = NULL; in indx_used_bit() 1028 struct ATTR_LIST_ENTRY *le = NULL; in indx_get_root() 2159 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
|
| H A D | xattr.c | 78 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea() 332 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
|
| H A D | namei.c | 384 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
|
| H A D | fsntfs.c | 1877 struct ATTR_LIST_ENTRY *le; in ntfs_security_init() 2299 struct ATTR_LIST_ENTRY *le; in ntfs_reparse_init() 2337 struct ATTR_LIST_ENTRY *le; in ntfs_objid_init()
|
| H A D | inode.c | 38 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft() 529 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_init_ads_node()
|
| H A D | super.c | 1462 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_fill_super()
|