<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>I am trying to get process open files of active processes. I am reading linux dump. I am able to get actives process. I am trying to reach d_name in dentry structure but unfortunately the I am receiving the denrty ZERO (0).<br><br></div>I am reaching the dentry as<br><br></div>task_structure-&gt;files_struct-&gt;fdtable-&gt;file-&gt;path-&gt;dentry<br><br></div>till struct path I am receiving some address but dentry is zero.<br><br><br></div>