Home
last modified time | relevance | path

Searched refs:mdtidx (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Ddir.c866 int rc, mdtidx; in ll_get_mdt_idx() local
875 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() local
1270 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()
Dfile.c2317 int mdtidx; in ll_file_ioctl() local
2319 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()