nilfs.h (acc6f11272ce4f77c40b1a6292eb198fd6aaf8c3) | nilfs.h (622daaff0a8975fb5c5b95f24f3234550ba32e92) |
---|---|
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 --- 250 unchanged lines hidden (view full) --- 259int nilfs_permission(struct inode *inode, int mask, unsigned int flags); 260extern int nilfs_load_inode_block(struct nilfs_sb_info *, struct inode *, 261 struct buffer_head **); 262extern int nilfs_inode_dirty(struct inode *); 263extern int nilfs_set_file_dirty(struct nilfs_sb_info *, struct inode *, 264 unsigned); 265extern int nilfs_mark_inode_dirty(struct inode *); 266extern void nilfs_dirty_inode(struct inode *); | 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 --- 250 unchanged lines hidden (view full) --- 259int nilfs_permission(struct inode *inode, int mask, unsigned int flags); 260extern int nilfs_load_inode_block(struct nilfs_sb_info *, struct inode *, 261 struct buffer_head **); 262extern int nilfs_inode_dirty(struct inode *); 263extern int nilfs_set_file_dirty(struct nilfs_sb_info *, struct inode *, 264 unsigned); 265extern int nilfs_mark_inode_dirty(struct inode *); 266extern void nilfs_dirty_inode(struct inode *); |
267int nilfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, 268 __u64 start, __u64 len); |
|
267 268/* super.c */ 269extern struct inode *nilfs_alloc_inode(struct super_block *); 270extern void nilfs_destroy_inode(struct inode *); 271extern void nilfs_error(struct super_block *, const char *, const char *, ...) 272 __attribute__ ((format (printf, 3, 4))); 273extern void nilfs_warning(struct super_block *, const char *, const char *, ...) 274 __attribute__ ((format (printf, 3, 4))); --- 43 unchanged lines hidden --- | 269 270/* super.c */ 271extern struct inode *nilfs_alloc_inode(struct super_block *); 272extern void nilfs_destroy_inode(struct inode *); 273extern void nilfs_error(struct super_block *, const char *, const char *, ...) 274 __attribute__ ((format (printf, 3, 4))); 275extern void nilfs_warning(struct super_block *, const char *, const char *, ...) 276 __attribute__ ((format (printf, 3, 4))); --- 43 unchanged lines hidden --- |