[go: nahoru, domu]

Searched refs:idv (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/llite/
H A Dfile.c2309 struct ioc_data_version idv; local
2312 if (copy_from_user(&idv, (char *)arg, sizeof(idv)))
2315 rc = ll_data_version(inode, &idv.idv_version,
2316 !(idv.idv_flags & LL_DV_NOFLUSH));
2318 if (rc == 0 && copy_to_user((char *) arg, &idv, sizeof(idv)))

Completed in 40 milliseconds