Query: cdnode
OS: hpux
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cdnode(4) Kernel Interfaces Manual cdnode(4)NAMEcdnode - format of a CDFS cdnodeSYNOPSISDESCRIPTIONThis entry describes the cdnode structure and related concepts for the CDFS file system. The CDFS file system does not have the concept of a separate entity called an inode. The information normally found in an HFS inode is kept in a cdnode data structure. However, the cdnode data structure does not reside on the physical media, but instead is kept in kernel memory space only. The cdnode information is used to uniquely identify a file. The information kept in the cdnode structure is obtained from two other data structures in the CDFS file system: 1. Directory record for the file or directory, and 2. Extended attribute record (XAR) for the file or directory, if one exists. Because few files usually have XARs associated with them, the cdnode information most often consists only of attributes given by the direc- tory record for the file. Since cdnodes are kept in kernel memory, they cannot be directly accessed by the user. The system call attempts to map whatever informa- tion is included in the cdnode for a given file into the standard stat structure (see stat(2)). However, since a cdnode includes informa- tion that does not have corresponding fields in the stat structure, that information cannot be mapped and therefore cannot be accessed. No method is provided to access an entire cdnode structure.FILESSEE ALSOstat(2), cdrom(4). cdnode(4)
Related Man Pages |
---|
tcl_access(3) - centos |
df_cdfs(1m) - hpux |
umount_cdfs(1m) - hpux |
cdfs(5cdfs) - ultrix |
cdfs(4) - osf1 |
Similar Topics in the Unix Linux Community |
---|
file access inode update |
SCO Unix inode structure. |
Size of Directory |
Average of a column in multiple files |
Create a flat file and directory structure |