• Home
  • Raw
  • Download

Lines Matching defs:sb

65 void __nilfs_msg(struct super_block *sb, const char *level, const char *fmt,  in __nilfs_msg()
81 static void nilfs_set_error(struct super_block *sb) in nilfs_set_error()
113 void __nilfs_error(struct super_block *sb, const char *function, in __nilfs_error()
144 struct inode *nilfs_alloc_inode(struct super_block *sb) in nilfs_alloc_inode()
166 static int nilfs_sync_super(struct super_block *sb, int flag) in nilfs_sync_super()
240 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb, in nilfs_prepare_super()
266 int nilfs_commit_super(struct super_block *sb, int flag) in nilfs_commit_super()
302 int nilfs_cleanup_super(struct super_block *sb) in nilfs_cleanup_super()
332 static int nilfs_move_2nd_super(struct super_block *sb, loff_t sb2off) in nilfs_move_2nd_super()
392 int nilfs_resize_fs(struct super_block *sb, __u64 newsize) in nilfs_resize_fs()
458 static void nilfs_put_super(struct super_block *sb) in nilfs_put_super()
478 static int nilfs_sync_fs(struct super_block *sb, int wait) in nilfs_sync_fs()
504 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt, in nilfs_attach_checkpoint()
559 static int nilfs_freeze(struct super_block *sb) in nilfs_freeze()
574 static int nilfs_unfreeze(struct super_block *sb) in nilfs_unfreeze()
589 struct super_block *sb = dentry->d_sb; in nilfs_statfs() local
658 struct super_block *sb = dentry->d_sb; in nilfs_show_options() local
714 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options()
783 nilfs_set_default_options(struct super_block *sb, in nilfs_set_default_options()
792 static int nilfs_setup_super(struct super_block *sb, int is_mount) in nilfs_setup_super()
832 struct nilfs_super_block *nilfs_read_super_block(struct super_block *sb, in nilfs_read_super_block()
846 int nilfs_store_magic_and_option(struct super_block *sb, in nilfs_store_magic_and_option()
869 int nilfs_check_feature_compatibility(struct super_block *sb, in nilfs_check_feature_compatibility()
893 static int nilfs_get_root_dentry(struct super_block *sb, in nilfs_get_root_dentry()
990 int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno) in nilfs_checkpoint_is_mounted()
1031 nilfs_fill_super(struct super_block *sb, void *data, int silent) in nilfs_fill_super()
1105 static int nilfs_remount(struct super_block *sb, int *flags, char *data) in nilfs_remount()