Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h1109 struct ll_statahead_info { struct
1110 struct inode *sai_inode;
1111 atomic_t sai_refcount; /* when access this struct, hold
1113 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 received
1118 __u64 sai_index; /* index of statahead entry */
1119 __u64 sai_index_wait; /* index of entry which is the
1121 __u64 sai_hit; /* hit count */
[all …]