OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i8count
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/fs/xfs/
xfs_readdir.c
69
uint8_t count = sf->hdr.
i8count
? sf->hdr.
i8count
: sf->hdr.count;
78
xfs_debug("count %hhu
i8count
%hhu", sf->hdr.count, sf->hdr.
i8count
);
86
(!sf->hdr.
i8count
? 4 : 0));
96
(sf->hdr.
i8count
? 8 : 4));
xfs_dir2.c
176
uint8_t count = sf->hdr.
i8count
? sf->hdr.
i8count
: sf->hdr.count;
183
xfs_debug("count %hhu
i8count
%hhu", sf->hdr.count, sf->hdr.
i8count
);
186
(!sf->hdr.
i8count
? 4 : 0));
200
(sf->hdr.
i8count
? 8 : 4));
xfs.h
401
uint8_t
i8count
; /* count of 8-byte inode #s */
member in struct:xfs_dir2_sf_hdr
422
return ((sfp)->hdr.
i8count
== 0 ? \
Completed in 198 milliseconds