OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT4_XATTR_MAGIC
(Results
1 - 3
of
3
) sorted by null
/system/extras/ext4_utils/
xattr.h
6
#define
EXT4_XATTR_MAGIC
0xEA020000
contents.c
422
hdr->h_magic = cpu_to_le32(
EXT4_XATTR_MAGIC
);
allocate.c
686
block->h_magic = cpu_to_le32(
EXT4_XATTR_MAGIC
);
Completed in 50 milliseconds