Searched defs:jfs_log (Results 1 – 1 of 1) sorted by relevance
353 struct jfs_log { struct355 struct list_head sb_list;/* This is used to sync metadata358 struct list_head journal_list; /* Global list */359 struct block_device *bdev; /* 4: log lv pointer */360 int serial; /* 4: log mount serial number */362 s64 base; /* @8: log extent address (inline log ) */363 int size; /* 4: log size in log page (in page) */364 int l2bsize; /* 4: log2 of bsize */366 unsigned long flag; /* 4: flag */368 struct lbuf *lbuf_free; /* 4: free lbufs */[all …]