BPFFS_DIR
#define BPFFS_USED BPFFS_DIR "/used"
#define BPFFS_UNUSED BPFFS_DIR "/unused"
return mkdir(BPFFS_DIR, 0700);
rmdir(BPFFS_DIR);