Home
last modified time | relevance | path

Searched refs:do_bmap (Results 1 – 5 of 5) sorted by relevance

/third_party/e2fsprogs/debugfs/
Dro_debug_cmds.ct78 request do_bmap, "Calculate the logical->physical block mapping for an inode",
Ddebugfs.h168 extern void do_bmap(int argc, char **argv, int sci_idx, void *infop);
Ddebug_cmds.ct160 request do_bmap, "Calculate the logical->physical block mapping for an inode",
Ddebugfs.c2063 void do_bmap(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_bmap() function
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1030 static void do_bmap(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_bmap() function
1272 [FUSE_BMAP] = { do_bmap, "BMAP" },