Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Daffs_fs_i.h25 struct affs_inode_info { struct
26 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 …]