Searched defs:yaffs_stat (Results 1 – 2 of 2) sorted by relevance
49 struct yaffs_stat { struct50 int st_dev; /* device */51 int st_ino; /* inode */52 unsigned st_mode; /* protection */53 int st_nlink; /* number of hard links */54 int st_uid; /* user ID of owner */55 int st_gid; /* group ID of owner */56 unsigned st_rdev; /* device type (if inode device) */57 loff_t st_size; /* total size, in bytes */58 unsigned long st_blksize; /* blocksize for filesystem I/O */[all …]
1667 int yaffs_stat(const YCHAR *path, struct yaffs_stat *buf) in yaffs_stat() function