The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
dentry to report
vfsmnt to which the dentry belongs
root dentry
vfsmnt to which the root dentry belongs
buffer to return value in
buffer length
Convert a dentry into an ASCII path name. If the entry has been deleted the string " (deleted)" is appended. Note that this is ambiguous. Returns the buffer.
"buflen" should be PAGE_SIZE
or more. Caller holds the dcache_lock.
<<< Previous | Home | Next >>> |
d_move | Up | is_subdir |