Searched refs:do_maps_open (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 242 static int do_maps_open(struct inode *inode, struct file *file, in do_maps_open() function 396 return do_maps_open(inode, file, &proc_pid_maps_op); in pid_maps_open() 401 return do_maps_open(inode, file, &proc_tid_maps_op); in tid_maps_open() 691 return do_maps_open(inode, file, &proc_pid_smaps_op); in pid_smaps_open() 696 return do_maps_open(inode, file, &proc_tid_smaps_op); in tid_smaps_open()
|