Searched refs:socket_alloc (Results 1 – 2 of 2) sorted by relevance
241 struct socket_alloc *ei; in sock_alloc_inode()268 struct socket_alloc *ei; in sock_destroy_inode()270 ei = container_of(inode, struct socket_alloc, vfs_inode); in sock_destroy_inode()277 struct socket_alloc *ei = (struct socket_alloc *)foo; in init_once()285 sizeof(struct socket_alloc), in init_inodecache()
1329 struct socket_alloc { struct1336 return &container_of(inode, struct socket_alloc, vfs_inode)->socket; in SOCKET_I() argument1341 return &container_of(socket, struct socket_alloc, socket)->vfs_inode; in SOCK_INODE()