Lines Matching refs:logfs_block
294 struct logfs_block { struct
314 void (*write_block)(struct logfs_block *block); argument
315 void (*free_block)(struct super_block *sb, struct logfs_block*block);
317 struct logfs_block *block,
457 struct logfs_block *li_block;
563 void logfs_write_block(struct logfs_block *block, long flags);
572 struct logfs_block *__alloc_block(struct super_block *sb,
574 void __free_block(struct super_block *sb, struct logfs_block *block);
575 void btree_write_block(struct logfs_block *block);
576 void initialize_block_counters(struct page *page, struct logfs_block *block,
688 static inline struct logfs_block *logfs_block(struct page *page) in logfs_block() function