Lines Matching defs:msdos_inode_info
115 struct msdos_inode_info { struct
116 spinlock_t cache_lru_lock;
117 struct list_head cache_lru;
118 int nr_caches;
120 unsigned int cache_valid_id;
123 loff_t mmu_private; /* physically allocated size */
125 int i_start; /* first cluster or 0 */
126 int i_logstart; /* logical first cluster */
127 int i_attrs; /* unused attribute bits */
128 loff_t i_pos; /* on-disk position of directory entry or 0 */
129 struct hlist_node i_fat_hash; /* hash by i_location */
130 struct hlist_node i_dir_hash; /* hash by i_logstart */
131 struct rw_semaphore truncate_lock; /* protect bmap against truncate */
132 struct timespec64 i_crtime; /* File creation (birth) time */
133 struct inode vfs_inode;