Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 10 of 10) sorted by relevance

/xv6-public/
H A Duser.h1 struct stat;
17 int fstat(int fd, struct stat*);
28 int stat(const char*, struct stat*);
H A Dstat.h5 struct stat { struct
H A Dulib.c71 stat(const char *n, struct stat *st) in stat() function
H A Dls.c31 struct stat st; in ls()
62 if(stat(buf, &st) < 0){ in ls()
H A Ddefs.h10 struct stat;
34 int filestat(struct file*, struct stat*);
53 void stati(struct inode*, struct stat*);
H A Drunoff.list41 stat.h
H A Dfile.c84 filestat(struct file *f, struct stat *st) in filestat()
H A Dsysfile.c110 struct stat *st; in sys_fstat()
H A Dmkfs.c8 #define stat xv6_stat // avoid clash with host struct stat macro
H A Dfs.c440 stati(struct inode *ip, struct stat *st) in stati()