Searched refs:mdtidx (Results 1 – 2 of 2) sorted by relevance
873 int rc, mdtidx; in ll_get_mdt_idx() local882 mdtidx = op_data->op_mds; in ll_get_mdt_idx()888 return mdtidx; in ll_get_mdt_idx()1272 int mdtidx; in ll_dir_ioctl() local1274 mdtidx = ll_get_mdt_idx(inode); in ll_dir_ioctl()1275 if (mdtidx < 0) in ll_dir_ioctl()1276 return mdtidx; in ll_dir_ioctl()1278 if (put_user((int)mdtidx, (int *)arg)) in ll_dir_ioctl()
2327 int mdtidx; in ll_file_ioctl() local2329 mdtidx = ll_get_mdt_idx(inode); in ll_file_ioctl()2330 if (mdtidx < 0) in ll_file_ioctl()2331 return mdtidx; in ll_file_ioctl()2333 if (put_user((int)mdtidx, (int *)arg)) in ll_file_ioctl()