Lines Matching defs:dir
1184 * we ride the region ref that the region dir holds. before the region
1185 * dir is removed and drops it ref it will wait to tear down this
1384 static void o2hb_debug_create(const char *name, struct dentry *dir,
1397 debugfs_create_file(name, S_IFREG|S_IRUSR, dir, *db, &o2hb_debug_fops);
1964 struct dentry *dir;
1966 dir = debugfs_create_dir(config_item_name(®->hr_item), parent);
1967 reg->hr_debug_dir = dir;
1969 o2hb_debug_create(O2HB_DEBUG_LIVENODES, dir, &(reg->hr_db_livenodes),
1975 o2hb_debug_create(O2HB_DEBUG_REGION_NUMBER, dir, &(reg->hr_db_regnum),
1979 o2hb_debug_create(O2HB_DEBUG_REGION_ELAPSED_TIME, dir,
1984 o2hb_debug_create(O2HB_DEBUG_REGION_PINNED, dir, &(reg->hr_db_pinned),
2067 /* stop the thread when the user removes the region dir */