1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
8 * Phillip Lougher <phillip@squashfs.org.uk>
13 struct squashfs_inode_info
{
17 unsigned int xattr_size
;
33 struct inode vfs_inode
;
37 static inline struct squashfs_inode_info
*squashfs_i(struct inode
*inode
)
39 return container_of(inode
, struct squashfs_inode_info
, vfs_inode
);