OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xattr_ids
(Results
1 - 3
of
3
) sorted by null
/external/squashfs-tools/squashfs-tools/
read_xattrs.c
58
static struct squashfs_xattr_id *
xattr_ids
;
variable in typeref:struct:squashfs_xattr_id
177
ids = id_table.
xattr_ids
;
197
xattr_ids
= malloc(bytes);
198
if(
xattr_ids
== NULL)
205
((unsigned char *)
xattr_ids
) +
262
SQUASHFS_INSWAP_XATTR_ID(&
xattr_ids
[i]);
271
free(
xattr_ids
);
321
*count =
xattr_ids
[i].count;
322
start = SQUASHFS_XATTR_BLK(
xattr_ids
[i].xattr) + xattr_table_start;
323
offset = SQUASHFS_XATTR_OFFSET(
xattr_ids
[i].xattr)
[
all
...]
xattr.c
63
static int
xattr_ids
= 0;
variable
427
xattr_id_table = realloc(xattr_id_table, (
xattr_ids
+ 1) *
437
xattr_id = &xattr_id_table[
xattr_ids
];
448
xattr_dupl->xattr_id =
xattr_ids
++;
461
if(
xattr_ids
== 0)
497
for(i = 0; i <
xattr_ids
; i++)
500
header.
xattr_ids
=
xattr_ids
;
504
return generic_write_table(
xattr_ids
* sizeof(struct squashfs_xattr_id),
753
sxattr_ids =
xattr_ids
;
[
all
...]
squashfs_fs.h
487
unsigned int
xattr_ids
;
member in struct:squashfs_xattr_table
Completed in 42 milliseconds