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

  /system/extras/f2fs_utils/
f2fs_ioutils.c 89 struct buf_item { struct
92 struct buf_item *next;
95 struct buf_item *buf_list;
112 struct buf_item *bi = buf_list;
121 struct buf_item *bi = calloc(1, sizeof(struct buf_item));
  /external/e2fsprogs/contrib/android/
ext2simg.c 61 static struct buf_item { struct
62 struct buf_item *next;
81 struct buf_item *bi = calloc(1, sizeof(struct buf_item) + len);
100 struct buf_item *bi;

Completed in 376 milliseconds