autofs_get_inode
struct inode *autofs_get_inode(struct super_block *, umode_t);
root_inode = autofs_get_inode(s, S_IFDIR | 0755);
inode = autofs_get_inode(dir->i_sb, S_IFLNK | 0555);
inode = autofs_get_inode(dir->i_sb, S_IFDIR | mode);