Home
last modified time | relevance | path

Searched refs:sockfs_inode (Results 1 – 1 of 1) sorted by relevance

/linux/net/
H A Dsocket.c318 struct sockfs_inode { struct
324 static struct sockfs_inode *SOCKFS_I(struct inode *inode) in SOCKFS_I() argument
326 return container_of(inode, struct sockfs_inode, vfs_inode); in SOCKFS_I()
331 struct sockfs_inode *si; in sock_alloc_inode()
354 struct sockfs_inode *si = SOCKFS_I(inode); in sock_evict_inode()
366 struct sockfs_inode *si = SOCKFS_I(inode); in sock_free_inode()
373 struct sockfs_inode *si = (struct sockfs_inode *)foo; in init_once()
381 sizeof(struct sockfs_inode), in init_inodecache()
467 struct sockfs_inode *si = SOCKFS_I(inode); in sockfs_user_xattr_set()
640 struct sockfs_inode *si = SOCKFS_I(d_inode(dentry)); in sockfs_listxattr()