Octopus
stat Struct Reference

Detailed Description

Definition at line 311 of file io_binary.c.

Public Attributes

__dev_t st_dev
 
__ino_t st_ino
 
__nlink_t st_nlink
 
__mode_t st_mode
 
__uid_t st_uid
 
__gid_t st_gid
 
int __pad0
 
__dev_t st_rdev
 
__off_t st_size
 
__blksize_t st_blksize
 
__blkcnt_t st_blocks
 
struct timespec st_atim
 
struct timespec st_mtim
 
struct timespec st_ctim
 
__syscall_slong_t __glibc_reserved [3]
 

Member Data Documentation

◆ st_dev

__dev_t stat::st_dev

Definition at line 316 of file io_binary.c.

◆ st_ino

__ino_t stat::st_ino

Definition at line 321 of file io_binary.c.

◆ st_nlink

__nlink_t stat::st_nlink

Definition at line 329 of file io_binary.c.

◆ st_mode

__mode_t stat::st_mode

Definition at line 330 of file io_binary.c.

◆ st_uid

__uid_t stat::st_uid

Definition at line 332 of file io_binary.c.

◆ st_gid

__gid_t stat::st_gid

Definition at line 333 of file io_binary.c.

◆ __pad0

int stat::__pad0

Definition at line 335 of file io_binary.c.

◆ st_rdev

__dev_t stat::st_rdev

Definition at line 337 of file io_binary.c.

◆ st_size

__off_t stat::st_size

Definition at line 342 of file io_binary.c.

◆ st_blksize

__blksize_t stat::st_blksize

Definition at line 346 of file io_binary.c.

◆ st_blocks

__blkcnt_t stat::st_blocks

Definition at line 348 of file io_binary.c.

◆ st_atim

struct timespec stat::st_atim

Definition at line 350 of file io_binary.c.

◆ st_mtim

struct timespec stat::st_mtim

Definition at line 351 of file io_binary.c.

◆ st_ctim

struct timespec stat::st_ctim

Definition at line 352 of file io_binary.c.

◆ __glibc_reserved

__syscall_slong_t stat::__glibc_reserved

Definition at line 354 of file io_binary.c.


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