sockfs_inode
static struct sockfs_inode *SOCKFS_I(struct inode *inode)
return container_of(inode, struct sockfs_inode, vfs_inode);
struct sockfs_inode *si;
struct sockfs_inode *si = SOCKFS_I(inode);
struct sockfs_inode *si = SOCKFS_I(inode);
struct sockfs_inode *si = (struct sockfs_inode *)foo;
sizeof(struct sockfs_inode),
struct sockfs_inode *si = SOCKFS_I(inode);
struct sockfs_inode *si = SOCKFS_I(inode);
struct sockfs_inode *si = SOCKFS_I(d_inode(dentry));