Home
last modified time | relevance | path

Searched refs:do_punch (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/debugfs/
Ddebug_cmds.c301 extern void do_punch __SS_PROTO;
634 do_punch,
Ddebug_cmds.ct166 request do_punch, "Punch (or truncate) blocks from an inode by deallocating them",
Ddebugfs.h171 extern void do_punch(int argc, char **argv, int sci_idx, void *infop);
Ddebugfs.c2304 void do_punch(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_punch() function