Lines Matching defs:unit
361 char unit[10];
364 /* create the per-unit directory */
365 snprintf(unit, sizeof(unit), "%u", dd->unit);
366 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
369 pr_err("create_file(%s) failed: %d\n", unit, ret);
378 unit, ret);
385 unit, ret);
392 unit, "portcounter_names", ret);
404 unit, fname, ret);
414 unit, fname, ret);
423 unit, ret);
432 char unit[10];
434 snprintf(unit, sizeof(unit), "%u", dd->unit);
435 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit));
438 pr_err("Lookup of %s failed\n", unit);
507 * On first unit initialized, qib_super will not yet exist