Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dstack_user.c246 static int ocfs2_control_cfu(void *target, size_t target_len, in ocfs2_control_cfu() argument
250 if ((count != target_len) || in ocfs2_control_cfu()
254 if (copy_from_user(target, buf, target_len)) in ocfs2_control_cfu()