Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_internal.h1161 struct ll_statahead_info { struct
1162 struct inode *sai_inode;
1163 atomic_t sai_refcount; /* when access this struct, hold
1165 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 received
1170 __u64 sai_index; /* index of statahead entry */
1171 __u64 sai_index_wait; /* index of entry which is the
1173 __u64 sai_hit; /* hit count */
[all …]