Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iattr Struct Reference

#include <fs.h>

Data Fields

unsigned int ia_valid
 
umode_t ia_mode
 
kuid_t ia_uid
 
kgid_t ia_gid
 
loff_t ia_size
 
struct timespec ia_atime
 
struct timespec ia_mtime
 
struct timespec ia_ctime
 
struct fileia_file
 

Detailed Description

Definition at line 223 of file fs.h.

Field Documentation

struct timespec ia_atime

Definition at line 229 of file fs.h.

struct timespec ia_ctime

Definition at line 231 of file fs.h.

struct file* ia_file

Definition at line 238 of file fs.h.

kgid_t ia_gid

Definition at line 227 of file fs.h.

umode_t ia_mode

Definition at line 225 of file fs.h.

struct timespec ia_mtime

Definition at line 230 of file fs.h.

loff_t ia_size

Definition at line 228 of file fs.h.

kuid_t ia_uid

Definition at line 226 of file fs.h.

unsigned int ia_valid

Definition at line 224 of file fs.h.


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