Lines Matching defs:devid
346 struct hmdfs_sb_info *sbi, const char *name, int devid,
366 comrade = alloc_comrade(path.dentry, devid);
409 ml_work->devid, ml_work->flags);
436 struct hmdfs_sb_info *sbi, int devid, const char *name,
452 ml_work->devid = devid;
465 char *hmdfs_get_real_dname(struct dentry *dentry, int *devid, int *type)
471 rname = conf_name_trans_reg(dentry, devid);
484 int devid = -1;
491 rname = hmdfs_get_real_dname(dentry, &devid, &mdi->type);
510 if (mdi->type != DT_REG || devid == 0) {
519 if (mdi->type == DT_REG && peer->device_id != devid)