Searched defs:lov_stripe_md (Results 1 – 1 of 1) sorted by relevance
87 struct lov_stripe_md { struct88 atomic_t lsm_refc;89 spinlock_t lsm_lock;90 pid_t lsm_lock_owner; /* debugging */94 __u64 lsm_maxbytes;95 struct {119 static inline bool lsm_is_released(struct lov_stripe_md *lsm) in lsm_is_released() argument