Lines Matching refs:sockfs_inode
315 struct sockfs_inode { struct
321 static struct sockfs_inode *SOCKFS_I(struct inode *inode) in SOCKFS_I() argument
323 return container_of(inode, struct sockfs_inode, vfs_inode); in SOCKFS_I()
328 struct sockfs_inode *si; in sock_alloc_inode()
351 struct sockfs_inode *si = SOCKFS_I(inode); in sock_evict_inode()
359 struct sockfs_inode *si = SOCKFS_I(inode); in sock_free_inode()
366 struct sockfs_inode *si = (struct sockfs_inode *)foo; in init_once()
374 sizeof(struct sockfs_inode), in init_inodecache()
444 struct sockfs_inode *si = SOCKFS_I(inode); in sockfs_user_xattr_get()
456 struct sockfs_inode *si = SOCKFS_I(inode); in sockfs_user_xattr_set()
484 struct sockfs_inode *si; in sock_read_xattr()
649 struct sockfs_inode *si = SOCKFS_I(d_inode(dentry)); in sockfs_listxattr()