Searched defs:affs_inode_info (Results 1 – 1 of 1) sorted by relevance
25 struct affs_inode_info { struct26 u32 i_opencnt;27 struct semaphore i_link_lock; /* Protects internal inode access. */28 struct semaphore i_ext_lock; /* Protects internal inode access. */30 u32 i_blkcnt; /* block count */31 u32 i_extcnt; /* extended block count */32 u32 *i_lc; /* linear cache of extended blocks */33 u32 i_lc_size;34 u32 i_lc_shift;35 u32 i_lc_mask;[all …]