Searched defs:ll_statahead_info (Results 1 – 1 of 1) sorted by relevance
1109 struct ll_statahead_info { struct1110 struct inode *sai_inode;1111 atomic_t sai_refcount; /* when access this struct, hold1113 unsigned int sai_generation; /* generation for statahead */1114 unsigned int sai_max; /* max ahead of lookup */1115 __u64 sai_sent; /* stat requests sent count */1116 __u64 sai_replied; /* stat requests which received1118 __u64 sai_index; /* index of statahead entry */1119 __u64 sai_index_wait; /* index of entry which is the1121 __u64 sai_hit; /* hit count */[all …]