Searched refs:do_mknod (Results 1 – 4 of 4) sorted by relevance
/third_party/e2fsprogs/debugfs/ |
D | debugfs.h | 162 extern void do_mknod(int argc, char **argv, int sci_idx, void *infop);
|
D | debug_cmds.ct | 115 request do_mknod, "Create a special file",
|
D | debugfs.c | 1777 void do_mknod(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_mknod() function
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 562 static void do_mknod(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_mknod() function 1244 [FUSE_MKNOD] = { do_mknod, "MKNOD" },
|