Searched refs:fpath (Results 1 – 1 of 1) sorted by relevance
273 static int e2fs_get_inodenum_by_fpath(ext2_filsys fs, const char *fpath, in e2fs_get_inodenum_by_fpath() argument280 if (!fs || !fpath || !out_ino) in e2fs_get_inodenum_by_fpath()286 res = ext2fs_namei(fs, root, cwd, fpath, out_ino); in e2fs_get_inodenum_by_fpath()289 fpath, error_message(res)); in e2fs_get_inodenum_by_fpath()
Completed in 3 milliseconds