Home
last modified time | relevance | path

Searched refs:ATTR_LIST_ENTRY (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dattrlist.c20 struct ATTR_LIST_ENTRY *le) in al_is_valid_le()
89 * 2^5 bytes of ATTR_LIST_ENTRY per one record => 2^24 bytes. in ntfs_load_attr_list()
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_inser
[all...]
H A Dntfs_fs.h393 struct ATTR_LIST_ENTRY *le; // 1K aligned memory.
428 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi,
460 struct ATTR_LIST_ENTRY *al_enumerate(struct ntfs_inode *ni,
461 struct ATTR_LIST_ENTRY *le);
462 struct ATTR_LIST_ENTRY *al_find_le(struct ntfs_inode *ni,
463 struct ATTR_LIST_ENTRY *le,
465 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
466 struct ATTR_LIST_ENTRY *le,
471 struct ATTR_LIST_ENTRY **new_le);
472 bool al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *l
[all...]
H A 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()
248 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex()
252 struct ATTR_LIST_ENTRY *le2; in ni_enum_attr_ex()
286 struct ATTR_LIST_ENTRY *le; in ni_load_attr()
289 struct ATTR_LIST_ENTRY *next; in ni_load_attr()
302 * Unfortunately ATTR_LIST_ENTRY contains only start VCN. in ni_load_attr()
340 struct ATTR_LIST_ENTRY *le; in ni_load_all_mi()
393 struct ATTR_LIST_ENTRY *l in ni_remove_attr()
[all...]
H A Dntfs.h518 struct ATTR_LIST_ENTRY { struct
532 return ALIGN(offsetof(struct ATTR_LIST_ENTRY, name) + in le_size()
537 static inline int le_cmp(const struct ATTR_LIST_ENTRY *le, in le_cmp()
547 static inline __le16 const *le_name(const struct ATTR_LIST_ENTRY *le) in le_name()
H A Dattrib.c227 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident()
353 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res()
412 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size()
725 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_set_size()
890 struct ATTR_LIST_ENTRY *le, *le_b; in attr_data_get_block()
1628 struct ATTR_LIST_ENTRY *le, *le_b; in attr_allocate_frame()
1853 struct ATTR_LIST_ENTRY *le, *le_b; in attr_collapse_range()
2043 le = (struct ATTR_LIST_ENTRY *)((u8 *)le - le_sz); in attr_collapse_range()
2111 struct ATTR_LIST_ENTRY *le, *le_b; in attr_punch_hole()
2329 struct ATTR_LIST_ENTRY *l in attr_insert_range()
[all...]
H A Dxattr.c78 struct ATTR_LIST_ENTRY *le = NULL; in ntfs_read_ea()
325 struct ATTR_LIST_ENTRY *le; in ntfs_set_ea()
H A Dindex.c211 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()
2048 struct ATTR_LIST_ENTRY *le = NULL; in indx_shrink()
H A Dnamei.c455 struct ATTR_LIST_ENTRY *le = NULL; in ntfs3_get_parent()
H A Dfsntfs.c1867 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()
H A Dinode.c33 struct ATTR_LIST_ENTRY *le; in ntfs_read_mft()
/kernel/linux/linux-5.10/fs/ntfs/
H A Dattrib.h43 ATTR_LIST_ENTRY *al_entry;
H A 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()
H A 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()
H A Dlayout.h931 * ATTR_LIST_ENTRY records.
988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef
/kernel/linux/linux-6.6/fs/ntfs/
H A Dattrib.h43 ATTR_LIST_ENTRY *al_entry;
H A 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()
H A 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()
H A Dlayout.h931 * ATTR_LIST_ENTRY records.
988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef

Completed in 41 milliseconds