dpkg 1.21.11
Data Fields
fsys_namenode Struct Reference

#include <fsys.h>

Collaboration diagram for fsys_namenode:
[legend]

Data Fields

struct fsys_namenodenext
 
const char * name
 
struct pkg_listpackages
 
struct fsys_diversiondivert
 
struct file_statstatoverride
 We allow the administrator to override the owner, group and mode of a file. More...
 
struct trigfileinttrig_interested
 
enum fsys_namenode_flags flags
 Set to zero when a new node is created. More...
 
const char * oldhash
 Valid iff this namenode is in the newconffiles list. More...
 
const char * newhash
 Valid iff the file was unpacked and hashed on this run. More...
 
struct file_ondisk_idfile_ondisk_id
 

Field Documentation

◆ divert

struct fsys_diversion* fsys_namenode::divert

Referenced by namenodetouse(), and tarobject().

◆ file_ondisk_id

struct file_ondisk_id* fsys_namenode::file_ondisk_id

◆ flags

enum fsys_namenode_flags fsys_namenode::flags

Set to zero when a new node is created.

Referenced by cu_installnew(), pkg_conffiles_mark_old(), tarobject(), write_filehash_except(), and write_filelist_except().

◆ name

const char* fsys_namenode::name

◆ newhash

const char* fsys_namenode::newhash

Valid iff the file was unpacked and hashed on this run.

Referenced by write_filehash_except().

◆ next

struct fsys_namenode* fsys_namenode::next

Referenced by fsys_hash_rev_iter_next().

◆ oldhash

const char* fsys_namenode::oldhash

Valid iff this namenode is in the newconffiles list.

Referenced by pkg_conffiles_mark_old().

◆ packages

struct pkg_list* fsys_namenode::packages

◆ statoverride

struct file_stat* fsys_namenode::statoverride

We allow the administrator to override the owner, group and mode of a file.

If such an override is present we use that instead of the stat information stored in the archive.

This functionality used to be in the suidmanager package.

Referenced by tarobject().

◆ trig_interested

struct trigfileint* fsys_namenode::trig_interested

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