Name

seq_path — seq_file interface to print a pathname

Synopsis

int seq_path (struct seq_file * m,
 const struct path * path,
 const char * esc);
 

Arguments

struct seq_file * m

the seq_file handle

const struct path * path

the struct path to print

const char * esc

set of characters to escape in the output

Description

return the absolute path of 'path', as represented by the dentry / mnt pair in the path parameter.