Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/tegra/
Dbpmp-debugfs.c84 const char *root_path; in get_filename() local
88 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
90 if (IS_ERR(root_path)) in get_filename()
93 root_len = strlen(root_path); in get_filename()
100 strncmp(filename, root_path, root_len)) in get_filename()
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c259 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local
262 if (strlen(root_path) > offset) in hostfs_show_options()
263 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/Linux-v4.19/scripts/
Dcheckpatch.pl858 my $root_path = abs_path($root);
859 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c3692 goto root_path; in decode_pathname()
3710 root_path: in decode_pathname()