|
From: Emalayan V. <sve...@ya...> - 2011-10-26 17:57:57
|
Dear All,
Can anyone explain me the members of the stat structure which needs to be set by the user-space file system in a getattrib() call back?
struct stat {
_dev_t st_dev;
_ino_t
st_ino;
unsigned short st_mode;
short st_nlink;
short st_uid;
short st_gid;
_dev_t st_rdev;
_off_t st_size;
time_t st_atime;
time_t st_mtime;
time_t st_ctime;
};
Thank you so much.
Regards
Emalayan
|