OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xattrs
(Results
1 - 3
of
3
) sorted by null
/system/extras/ext4_utils/
ext4_utils.h
141
struct xattr_list_element *
xattrs
;
member in struct:fs_aux_info
allocate.c
86
for (element = aux_info.
xattrs
; element != NULL; element = element->next) {
98
element->next = aux_info.
xattrs
;
99
aux_info.
xattrs
= element;
ext4_utils.c
129
aux_info.
xattrs
= NULL;
Completed in 1212 milliseconds