Home
last modified time | relevance | path

Searched defs:EA (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/fastfat/
H A Dfat.h719 #define GetEaValueLength(EA,LEN) { \ argument
724 #define SetEaValueLength(EA,LEN) { \ argument
738 #define SizeOfPackedEa(EA,SIZE) { \ argument
H A Dfatprocs.h1031 #define SizeOfFullEa(EA) (4+1+1+2+(EA)->EaNameLength+1+(EA)->EaValueLength) argument
/reactos/drivers/filesystems/btrfs/
H A Dcreate.c2648 static const WCHAR EA[] = L"EA"; variable