Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dattrib.h57 ATTR_LIST_ENTRY *al_entry;
Dattrib.c864 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_external_attr_find()
888 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start; in ntfs_external_attr_find()
897 al_entry = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry + in ntfs_external_attr_find()
913 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_external_attr_find()
Dinode.c1866 ATTR_LIST_ENTRY *al_entry, *next_al_entry; in ntfs_read_inode_mount()
1960 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list; in ntfs_read_inode_mount()
1975 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry + in ntfs_read_inode_mount()
Dlayout.h1002 } __attribute__ ((__packed__)) ATTR_LIST_ENTRY; typedef