OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dupl_id
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
xattr.h
54
struct
dupl_id
{
struct
58
struct
dupl_id
*next;
xattr.c
79
static struct
dupl_id
*
dupl_id
[65536];
variable in typeref:struct:dupl_id
328
static struct
dupl_id
*check_id_dupl(struct xattr_list *xattr_list, int xattrs)
330
struct
dupl_id
*entry;
344
for(entry =
dupl_id
[checksum]; entry; entry = entry->next) {
371
entry->next =
dupl_id
[checksum];
372
dupl_id
[checksum] = entry;
422
long long xattr_disk, struct
dupl_id
*xattr_dupl)
515
struct
dupl_id
*xattr_dupl;
Completed in 121 milliseconds