Searched refs:fsmap (Results 1 – 12 of 12) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | e2freefrag.c | 169 struct fsmap_head *fsmap; in scan_online() local 170 struct fsmap *extent; in scan_online() 171 struct fsmap *p; in scan_online() 194 fsmap = malloc(fsmap_sizeof(FSMAP_EXTENTS)); in scan_online() 195 if (!fsmap) { in scan_online() 200 memset(fsmap, 0, sizeof(*fsmap)); in scan_online() 201 fsmap->fmh_count = FSMAP_EXTENTS; in scan_online() 202 fsmap->fmh_keys[1].fmr_device = UINT_MAX; in scan_online() 203 fsmap->fmh_keys[1].fmr_physical = ULLONG_MAX; in scan_online() 204 fsmap->fmh_keys[1].fmr_owner = ULLONG_MAX; in scan_online() [all …]
|
D | fsmap.h | 25 struct fsmap { struct 42 struct fsmap fmh_keys[2]; /* low and high keys for the mapping search */ argument 43 struct fsmap fmh_recs[]; /* returned records */ 51 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof()
|
D | Makefile.in | 849 $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/e2freefrag.h $(srcdir)/fsmap.h
|
/third_party/NuttX/fs/mount/ |
D | fs_mount.c | 76 LOS_HAL_TABLE_BEGIN(g_fsmap, fsmap); 79 LOS_HAL_TABLE_END(g_fsmap_end, fsmap); 151 const struct fsmap_t *fsmap = NULL; in mount() local 170 if ((fsmap = mount_findfs(filesystemtype)) == NULL || (fsmap->is_bdfs && !source)) in mount() 177 mops = fsmap->fs_mops; in mount() 179 if (fsmap->is_bdfs && source) in mount() 230 if (fsmap->is_mtd_support && (device != NULL)) in mount() 273 if (fsmap->is_mtd_support && (device != NULL) && (partition != NULL)) in mount()
|
/third_party/NuttX/include/nuttx/fs/ |
D | fs.h | 48 struct fsmap_t _l LOS_HAL_TABLE_ENTRY(fsmap) = \
|
/third_party/e2fsprogs/contrib/android/ |
D | Android.bp | 24 "fsmap.c",
|
D | BUILD.gn | 45 "fsmap.c",
|
/third_party/skia/third_party/externals/harfbuzz/subprojects/packagefiles/ragel/ |
D | meson.build | 27 'ragel/dotcodegen.cpp', 'ragel/dotcodegen.h', 'ragel/fsmap.cpp',
|
/third_party/grpc/third_party/upb/bazel/ |
D | ragel.BUILD | 62 "ragel/fsmap.cpp",
|
/third_party/e2fsprogs/lib/ |
D | config.h.in | 172 /* Define to 1 if you have the <linux/fsmap.h> header file. */
|
/third_party/e2fsprogs/ |
D | configure.ac | 992 linux/fsmap.h
|
D | configure | 10461 …mio.h unistd.h utime.h attr/xattr.h linux/falloc.h linux/fd.h linux/fsmap.h linux/major.h …
|