Searched defs:res_inode (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c26 int link_count, char *buf, ext2_ino_t *res_inode);
30 char *buf, ext2_ino_t *res_inode)
46 *res_inode = inode;
70 link_count, buf, res_inode);
86 ext2_ino_t *res_inode)
116 *res_inode = dir;
122 int link_count, char *buf, ext2_ino_t *res_inode)
137 *res_inode=dir;
153 *res_inode = inode;
196 ext2_ino_t inode, ext2_ino_t *res_inode)
28 follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, ext2_ino_t inode, int link_count, char *buf, ext2_ino_t *res_inode) argument
82 dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, const char *pathname, int pathlen, int link_count, char *buf, const char **name, int *namelen, ext2_ino_t *res_inode) argument
120 open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, const char *pathname, size_t pathlen, int follow, int link_count, char *buf, ext2_ino_t *res_inode) argument
195 ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, ext2_ino_t inode, ext2_ino_t *res_inode) argument
[all...]

Completed in 794 milliseconds