Searched refs:user_path (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbacking-file.h22 struct file *backing_file_open(const struct path *user_path, int flags,
/linux-master/fs/
H A Dbacking-file.c20 * @user_path: path that the user reuqested to open
26 * @user_path may be on the stackable filesystem and @real_path on the
28 * @user_path of the stackable filesystem. This is done by embedding the
32 struct file *backing_file_open(const struct path *user_path, int flags, argument
43 path_get(user_path);
44 *backing_file_user_path(f) = *user_path;
H A Dfile_table.c49 struct path user_path; member in struct:backing_file
59 return &backing_file(f)->user_path;

Completed in 162 milliseconds