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

Follows a sqfs_inode_t if type is SQFS_INODE_SLINK. More...

#include <inode.h>

Collaboration diagram for sqfs_inode_slink_t:
Collaboration graph

Data Fields

sqfs_u32 nlink
 Number of hard links to this node.
 
sqfs_u32 target_size
 Size of the symlink target in bytes.
 

Detailed Description

Follows a sqfs_inode_t if type is SQFS_INODE_SLINK.

The declaration does not contain the flexible array member of the symlink target because sqfs_inode_generic_t would otherwies be impossible to implement without violating the C standard.

Definition at line 253 of file inode.h.

Field Documentation

◆ nlink

sqfs_u32 nlink

Number of hard links to this node.

Definition at line 257 of file inode.h.

◆ target_size

sqfs_u32 target_size

Size of the symlink target in bytes.

Examples
list_files.c.

Definition at line 262 of file inode.h.


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