Home
last modified time | relevance | path

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

/external/syslinux/core/fs/
Dchdir.c37 static size_t generic_inode_to_path(struct inode *inode, char *dst, size_t bufsize) in generic_inode_to_path() function
47 s = generic_inode_to_path(inode->parent, dst, bufsize); in generic_inode_to_path()
76 s = generic_inode_to_path(file->inode, dst, bufsize); in realpath()
116 s = generic_inode_to_path(this_fs->cwd, cwd_buf, CURRENTDIR_MAX-1); in chdir()