Searched defs:lov_stripe_md (Results 1 – 1 of 1) sorted by relevance
88 struct lov_stripe_md { struct89 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