Home
last modified time | relevance | path

Searched refs:lgh_hdr_lock (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c68 spin_lock_init(&loghandle->lgh_hdr_lock); in llog_alloc_handle()
123 spin_lock(&loghandle->lgh_hdr_lock); in llog_cancel_rec()
125 spin_unlock(&loghandle->lgh_hdr_lock); in llog_cancel_rec()
135 spin_unlock(&loghandle->lgh_hdr_lock); in llog_cancel_rec()
147 spin_unlock(&loghandle->lgh_hdr_lock); in llog_cancel_rec()
160 spin_lock(&loghandle->lgh_hdr_lock); in llog_cancel_rec()
163 spin_unlock(&loghandle->lgh_hdr_lock); in llog_cancel_rec()
Dllog_cat.c104 spin_lock(&loghandle->lgh_hdr_lock); in llog_cat_new_log()
109 spin_unlock(&loghandle->lgh_hdr_lock); in llog_cat_new_log()
112 spin_unlock(&loghandle->lgh_hdr_lock); in llog_cat_new_log()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h287 spinlock_t lgh_hdr_lock; /* protect lgh_hdr data */ member