Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/cfs/
H A Dcformat.h9 typedef struct Inode Inode; typedef
55 struct Inode struct
74 Inode inode[1]; argument
/plan9/sys/src/cmd/ext2srv/
H A Ddat.h8 typedef struct Inode Inode; typedef
81 struct Inode { struct
82 ushort i_mode; /* File mode */
83 ushort i_uid; /* Owner Uid */
84 uint i_size; /* Size in bytes */
85 uint i_atime; /* Access time */
109 uint inode; /* Inode number */ argument