Scroll to navigation

SEQ_FILE_PATH(9) The Linux VFS SEQ_FILE_PATH(9)

NAME

seq_file_path - seq_file interface to print a pathname of a file

SYNOPSIS

int seq_file_path(struct seq_file * m, struct file * file, const char * esc);

ARGUMENTS

struct seq_file * m
the seq_file handle

struct file * file

the struct file to print

const char * esc

set of characters to escape in the output

DESCRIPTION

return the absolute path to the file.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11