OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2fs_get_pathname
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/debugfs/
ncheck.c
118
retval =
ext2fs_get_pathname
(current_fs, ino, 0, &iw.parent);
121
"while calling
ext2fs_get_pathname
");
debugfs.c
1215
retval =
ext2fs_get_pathname
(current_fs, cwd, 0, &pathname);
1226
retval =
ext2fs_get_pathname
(current_fs, root, 0, &pathname);
[
all
...]
/external/e2fsprogs/lib/ext2fs/
get_pathname.c
11
*
ext2fs_get_pathname
(fs, dir, ino, name)
16
* <ino> is zero, then
ext2fs_get_pathname
will return pathname
140
errcode_t
ext2fs_get_pathname
(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino,
function
ext2fs.h
[
all
...]
/external/e2fsprogs/e2fsck/
message.c
42
* %p
ext2fs_get_pathname
of directory <ino>
43
* %P
ext2fs_get_pathname
of <dirent>->ino with <ino2> as
46
* %q
ext2fs_get_pathname
of directory <dir>
47
* %Q
ext2fs_get_pathname
of directory <ino> with <dir> as
191
* This function prints a pathname, using the
ext2fs_get_pathname
204
retval =
ext2fs_get_pathname
(fs, dir, ino, &path);
Completed in 293 milliseconds