HomeSort by relevance Sort by last modified time
    Searched refs:IS_LAST_ENTRY (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/include/ext4_utils/
xattr.h 43 #define IS_LAST_ENTRY(entry) (*(uint32_t *)(entry) == 0)
  /system/extras/ext4_utils/
contents.c 272 while(!IS_LAST_ENTRY(entry) && (((char *) entry) < end)) {
291 for (; !IS_LAST_ENTRY(entry); entry = EXT4_XATTR_NEXT(entry)) {
317 for( ; !IS_LAST_ENTRY(entry); entry = EXT4_XATTR_NEXT(entry)) {
319 if (IS_LAST_ENTRY(next)) {

Completed in 328 milliseconds