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

  /bionic/libc/kernel/uapi/linux/
fsmap.h 22 struct fsmap { struct
37 struct fsmap fmh_keys[2];
38 struct fsmap fmh_recs[];
  /external/kernel-headers/original/uapi/linux/
fsmap.h 18 * struct fsmap_head, followed by two struct fsmap that describe
20 * array of struct fsmap mappings.
50 struct fsmap { struct
67 struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */
68 struct fsmap fmh_recs[]; /* returned records */
76 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap);
79 /* Start the next fsmap query at the end of the current query results. */
  /external/e2fsprogs/contrib/android/
Android.mk 8 fsmap.c \

Completed in 494 milliseconds