Home
last modified time | relevance | path

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

/linux-2.6.39/fs/isofs/
Drock.c668 unsigned char *pnt; in rock_ridge_symlink_readpage() local
687 pnt = (unsigned char *)bh->b_data + offset; in rock_ridge_symlink_readpage()
689 raw_de = (struct iso_directory_record *)pnt; in rock_ridge_symlink_readpage()
694 if (offset + *pnt > bufsize) in rock_ridge_symlink_readpage()
/linux-2.6.39/kernel/
Dprofile.c505 char *pnt; in read_profile() local
520 pnt = (char *)prof_buffer + p - sizeof(atomic_t); in read_profile()
521 if (copy_to_user(buf, (void *)pnt, count)) in read_profile()