Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c873 int rc, mdtidx; in ll_get_mdt_idx() local
882 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() local
1274 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()
Dfile.c2327 int mdtidx; in ll_file_ioctl() local
2329 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()