Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dprofile.c471 char *pnt; in read_profile() local
486 pnt = (char *)prof_buffer + p - sizeof(atomic_t); in read_profile()
487 if (copy_to_user(buf, (void *)pnt, count)) in read_profile()
/Linux-v5.15/fs/isofs/
Drock.c702 unsigned char *pnt; in rock_ridge_symlink_readpage() local
720 pnt = (unsigned char *)bh->b_data + offset; in rock_ridge_symlink_readpage()
722 raw_de = (struct iso_directory_record *)pnt; in rock_ridge_symlink_readpage()
727 if (offset + *pnt > bufsize) in rock_ridge_symlink_readpage()