Home
last modified time | relevance | path

Searched defs:jffs2_stat (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/
H A Dporting.h17 struct jffs2_stat { struct
18 unsigned long st_mode; /* File mode */
19 unsigned int st_ino; /* File serial number */
20 unsigned int st_dev; /* ID of device containing file */
21 unsigned short st_nlink; /* Number of hard links */
22 unsigned short st_uid; /* User ID of the file owner */
23 unsigned short st_gid; /* Group ID of the file's group */
24 long st_size; /* File size (regular files only) */
25 long st_atime; /* Last access time */
26 long st_mtime; /* Last data modification time */
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dfs-ecos.c1130 static int jffs2_stat(cyg_mtab_entry * mte, cyg_dir dir, const char *name, in jffs2_stat() function