Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ntfs/
Dattrib.h43 ATTR_LIST_ENTRY *al_entry;
Dattrib.c850 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_external_attr_find()
874 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start; in ntfs_external_attr_find()
883 al_entry = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry + in ntfs_external_attr_find()
899 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_external_attr_find()
Dinode.c1847 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_read_inode_mount()
1941 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list; in ntfs_read_inode_mount()
1956 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_read_inode_mount()
Dlayout.h988 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef