function::task_dentry_path
Name
function::task_dentry_path — get the full dentry path
Synopsis
function task_dentry_path:string(task:long,dentry:long,vfsmnt:long)
Arguments
task
- task_struct pointer.
dentry
- direntry pointer.
vfsmnt
- vfsmnt pointer.
Description
Returns the full dirent name (full path to the root), like the kernel d_path function.