Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h88 struct lov_stripe_md { struct
89 atomic_t lsm_refc;
90 spinlock_t lsm_lock;
91 pid_t lsm_lock_owner; /* debugging */
95 __u64 lsm_maxbytes;
96 struct {
120 static inline bool lsm_is_released(struct lov_stripe_md *lsm) in lsm_is_released() argument