Searched defs:mfs_dinode (Results 1 – 1 of 1) sorted by relevance
44 struct mfs_dinode { struct45 uint16_t mdi_mode; /* file type, protection, etc. */46 uint16_t mdi_nlinks; /* how many links to this file */47 int16_t mdi_uid; /* user id of the file's owner */48 uint16_t mdi_gid; /* group number */49 uint32_t mdi_size; /* current file size in bytes */50 uint32_t mdi_atime; /* time of last access */51 uint32_t mdi_mtime; /* when was file data last changed */52 uint32_t mdi_ctime; /* when was inode itself changed */53 zone_t mdi_zone[NR_TZONES]; /* zone numbers for direct, ind, and