Home
last modified time | relevance | path

Searched refs:T_FILE (Results 1 – 4 of 4) sorted by relevance

/xv6-public/
H A Dstat.h2 #define T_FILE 2 // File macro
H A Dls.c45 case T_FILE: in ls()
H A Dsysfile.c254 if(type == T_FILE && ip->type == T_FILE) in create()
299 ip = create(path, T_FILE, 0, 0); in sys_open()
H A Dmkfs.c145 inum = ialloc(T_FILE); in main()