Lines Matching refs:lml_offset
1459 int presto_clear_lml_close(struct presto_file_set *fset, loff_t lml_offset) in presto_clear_lml_close() argument
1463 loff_t offset = lml_offset; in presto_clear_lml_close()
1473 (long)lml_offset, sizeof(record)); in presto_clear_lml_close()
1484 CDEBUG(D_JOURNAL, "overwriting prefix: off %ld\n", (long)lml_offset); in presto_clear_lml_close()
1486 offset = lml_offset; in presto_clear_lml_close()
2251 loff_t lml_offset; in presto_complete_lml() local
2264 __u64 lml_offset; in presto_complete_lml() member
2271 lml_offset = 0; in presto_complete_lml()
2273 if (lml_offset >= file->f_dentry->d_inode->i_size) { in presto_complete_lml()
2278 read_offset = lml_offset; in presto_complete_lml()
2288 lml_offset += prefix.len; in presto_complete_lml()
2310 lml_offset += prefix.len; in presto_complete_lml()
2330 rc = presto_clear_lml_close(fset, lml_offset); in presto_complete_lml()
2356 lml_offset += prefix.len; in presto_complete_lml()
2357 CDEBUG(D_JOURNAL, "next LML record at: %ld\n", (long)lml_offset); in presto_complete_lml()