Searched refs:llog_write_rec (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 131 rc = llog_write_rec(env, cathandle, &rec.lid_hdr, in llog_cat_new_log() 343 rc = llog_write_rec(env, loghandle, rec, reccookie, 1, buf, -1, th); in llog_cat_add_rec() 361 rc = llog_write_rec(env, loghandle, rec, reccookie, 1, buf, in llog_cat_add_rec()
|
D | llog.c | 671 int llog_write_rec(const struct lu_env *env, struct llog_handle *handle, in llog_write_rec() function 702 EXPORT_SYMBOL(llog_write_rec); 844 rc = llog_write_rec(env, loghandle, rec, reccookie, in llog_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 522 int llog_write_rec(const struct lu_env *env, struct llog_handle *handle,
|