Lines Matching refs:tmp
345 struct dentry *tmp; in create_monitor_dir() local
352 tmp = rv_create_file("enable", RV_MODE_WRITE, mdef->root_d, mdef, &interface_enable_fops); in create_monitor_dir()
353 if (!tmp) { in create_monitor_dir()
358 tmp = rv_create_file("desc", RV_MODE_READ, mdef->root_d, mdef, &interface_desc_fops); in create_monitor_dir()
359 if (!tmp) { in create_monitor_dir()
762 struct dentry *tmp; in rv_init_interface() local
773 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL, in rv_init_interface()
775 if (!tmp) in rv_init_interface()
778 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
780 if (!tmp) in rv_init_interface()
783 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
785 if (!tmp) in rv_init_interface()