Searched refs:mdtidx (Results 1 – 2 of 2) sorted by relevance
866 int rc, mdtidx; in ll_get_mdt_idx() local875 mdtidx = op_data->op_mds; in ll_get_mdt_idx()881 return mdtidx; in ll_get_mdt_idx()1268 int mdtidx; in ll_dir_ioctl() local1270 mdtidx = ll_get_mdt_idx(inode); in ll_dir_ioctl()1271 if (mdtidx < 0) in ll_dir_ioctl()1272 return mdtidx; in ll_dir_ioctl()1274 if (put_user((int)mdtidx, (int *)arg)) in ll_dir_ioctl()
2317 int mdtidx; in ll_file_ioctl() local2319 mdtidx = ll_get_mdt_idx(inode); in ll_file_ioctl()2320 if (mdtidx < 0) in ll_file_ioctl()2321 return mdtidx; in ll_file_ioctl()2323 if (put_user((int)mdtidx, (int *)arg)) in ll_file_ioctl()