Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dattrib.h57 ATTR_LIST_ENTRY *al_entry;
Dattrib.c888 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_external_attr_find()
912 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start; in ntfs_external_attr_find()
921 al_entry = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry + in ntfs_external_attr_find()
937 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_external_attr_find()
Dinode.c1885 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_read_inode_mount()
1983 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list; in ntfs_read_inode_mount()
1998 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_read_inode_mount()
Dlayout.h1002 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef