Home
last modified time | relevance | path

Searched refs:ino (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dstat.h8 uint ino; // Inode number member
H A Dls.c46 printf(1, "%s %d %d %d\n", fmtname(path), st.type, st.ino, st.size); in ls()
66 printf(1, "%s %d %d %d\n", fmtname(buf), st.type, st.ino, st.size); in ls()
H A Dfs.c443 st->ino = ip->inum; in stati()