1. NAME

seq_path - seq_file interface to print a pathname

2. SYNOPSIS

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

3. ARGUMENTS

m
    the seq_file handle

path
    the struct path to print

esc
    set of characters to escape in the output

4. DESCRIPTION

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

5. COPYRIGHT