nilfs.h (c67dda14389205f0a223c5089307495290939b3b) | nilfs.h (7ecaa46cfea453238a369b3019739d50ff5d7c37) |
---|---|
1/* 2 * nilfs.h - NILFS local header file. 3 * 4 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 257 unchanged lines hidden (view full) --- 266 __attribute__ ((format (printf, 3, 4))); 267extern void nilfs_warning(struct super_block *, const char *, const char *, ...) 268 __attribute__ ((format (printf, 3, 4))); 269extern struct nilfs_super_block * 270nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **); 271extern int nilfs_store_magic_and_option(struct super_block *, 272 struct nilfs_super_block *, char *); 273extern int nilfs_commit_super(struct nilfs_sb_info *, int); | 1/* 2 * nilfs.h - NILFS local header file. 3 * 4 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 257 unchanged lines hidden (view full) --- 266 __attribute__ ((format (printf, 3, 4))); 267extern void nilfs_warning(struct super_block *, const char *, const char *, ...) 268 __attribute__ ((format (printf, 3, 4))); 269extern struct nilfs_super_block * 270nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **); 271extern int nilfs_store_magic_and_option(struct super_block *, 272 struct nilfs_super_block *, char *); 273extern int nilfs_commit_super(struct nilfs_sb_info *, int); |
274extern int nilfs_cleanup_super(struct nilfs_sb_info *); |
|
274extern int nilfs_attach_checkpoint(struct nilfs_sb_info *, __u64); 275extern void nilfs_detach_checkpoint(struct nilfs_sb_info *); 276 277/* gcinode.c */ 278int nilfs_gccache_submit_read_data(struct inode *, sector_t, sector_t, __u64, 279 struct buffer_head **); 280int nilfs_gccache_submit_read_node(struct inode *, sector_t, __u64, 281 struct buffer_head **); --- 30 unchanged lines hidden --- | 275extern int nilfs_attach_checkpoint(struct nilfs_sb_info *, __u64); 276extern void nilfs_detach_checkpoint(struct nilfs_sb_info *); 277 278/* gcinode.c */ 279int nilfs_gccache_submit_read_data(struct inode *, sector_t, sector_t, __u64, 280 struct buffer_head **); 281int nilfs_gccache_submit_read_node(struct inode *, sector_t, __u64, 282 struct buffer_head **); --- 30 unchanged lines hidden --- |