Searched defs:p9fs_inode (Results 1 – 1 of 1) sorted by relevance
45 struct p9fs_inode { struct47 uint64_t i_size; /* size of the inode */48 uint16_t i_type; /* type of inode */49 uint32_t i_dev; /* type of device */50 uint32_t i_mode; /* mode of the inode */51 uint32_t i_atime; /* time of last access */52 uint32_t i_mtime; /* time of last modification */53 uint32_t i_ctime; /* time of last status change */54 uint32_t i_atime_nsec; /* times of last access in nanoseconds resolution */55 uint32_t i_mtime_nsec; /* time of last modification in nanoseconds resolution */[all …]