Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hostfs/
H A Dhostfs_kern.c246 const char *root_path; in hostfs_show_options() local
249 root_path = fsi->host_root_path; in hostfs_show_options()
252 if (strlen(root_path) > offset) in hostfs_show_options()
253 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/linux/scripts/
H A Dcheckpatch.pl1189 my $root_path = abs_path($root);
1190 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;