rv_create_dir
struct dentry *dir __free(rv_remove) = rv_create_dir(mon->name, root);
struct dentry *root_dir __free(rv_remove) = rv_create_dir("rv", NULL);
rv_root.monitors_dir = rv_create_dir("monitors", root_dir);