Searched defs:ll_statahead_info (Results 1 – 1 of 1) sorted by relevance
1161 struct ll_statahead_info { struct1162 struct inode *sai_inode;1163 atomic_t sai_refcount; /* when access this struct, hold1165 unsigned int sai_generation; /* generation for statahead */1166 unsigned int sai_max; /* max ahead of lookup */1167 __u64 sai_sent; /* stat requests sent count */1168 __u64 sai_replied; /* stat requests which received1170 __u64 sai_index; /* index of statahead entry */1171 __u64 sai_index_wait; /* index of entry which is the1173 __u64 sai_hit; /* hit count */[all …]