Home
last modified time | relevance | path

Searched refs:ATTR_LIST_ENTRY (Results 1 – 14 of 14) sorted by relevance

/fs/ntfs3/
Dattrlist.c20 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 …]
Dntfs_fs.h385 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 …]
Dfrecord.c163 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 …]
Dntfs.h512 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()
Dattrib.c238 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()
Dindex.c211 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()
Dnamei.c351 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
Dxattr.c77 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea()
322 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
Dfsntfs.c1835 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()
Dinode.c33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
/fs/ntfs/
Dattrib.h43 ATTR_LIST_ENTRY *al_entry;
Dattrib.c874 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()
Dinode.c1860 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()
Dlayout.h988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef