Searched refs:nsfh (Results 1 – 1 of 1) sorted by relevance
90 struct nsfs_file_handle nsfh = { in TEST() local98 fh = (struct file_handle *)malloc(sizeof(*fh) + sizeof(nsfh)); in TEST()100 fh->handle_bytes = sizeof(nsfh); in TEST()102 memcpy(fh->f_handle, &nsfh, sizeof(nsfh)); in TEST()