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

/external/qemu/distrib/ext4_utils/src/
H A Dcontents.c89 .. link is set to dir_inode_num. Stores the location of the inode number
93 u32 make_directory(u32 dir_inode_num, u32 entries, struct dentry *dentries, argument
108 if (dir_inode_num) {
111 dir_inode_num = EXT4_ROOT_INO;
146 dentry = add_dentry(data, &offset, dentry, dir_inode_num, "..", EXT4_FT_DIR);

Completed in 59 milliseconds