libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
Loading...
Searching...
No Matches
sqfs_inode_dev_ext_t Struct Reference

Follows a sqfs_inode_t if type is SQFS_INODE_EXT_BDEV or SQFS_INODE_EXT_CDEV. More...

#include <inode.h>

Collaboration diagram for sqfs_inode_dev_ext_t:
Collaboration graph

Data Fields

sqfs_u32 nlink
 Number of hard links to this node.
 
sqfs_u32 devno
 Device number.
 
sqfs_u32 xattr_idx
 Extended attribute index.
 

Detailed Description

Follows a sqfs_inode_t if type is SQFS_INODE_EXT_BDEV or SQFS_INODE_EXT_CDEV.

Definition at line 196 of file inode.h.

Field Documentation

◆ devno

sqfs_u32 devno

Device number.

Definition at line 205 of file inode.h.

◆ nlink

sqfs_u32 nlink

Number of hard links to this node.

Definition at line 200 of file inode.h.

◆ xattr_idx

sqfs_u32 xattr_idx

Extended attribute index.

Definition at line 210 of file inode.h.


The documentation for this struct was generated from the following file: