Home | History | Annotate | Download | only in debugfs

Lines Matching full:pathname

1209 	char	*pathname = NULL;
1215 retval = ext2fs_get_pathname(current_fs, cwd, 0, &pathname);
1218 "while trying to get pathname of cwd");
1221 cwd, pathname ? pathname : "NULL");
1222 if (pathname) {
1223 free(pathname);
1224 pathname = NULL;
1226 retval = ext2fs_get_pathname(current_fs, root, 0, &pathname);
1229 "while trying to get pathname of root");
1232 root, pathname ? pathname : "NULL");
1233 if (pathname) {
1234 free(pathname);
1235 pathname = NULL;
1409 "<pathname>", CHECK_FS_RW))