Lines Matching defs:sb

77 void ntfs_printk(const struct super_block *sb, const char *fmt, ...)  in ntfs_printk()
108 struct super_block *sb = inode->i_sb; in ntfs_inode_printk() local
407 struct super_block *sb = fc->root->d_sb; in ntfs_fs_reconfigure() local
469 struct super_block *sb = m->private; in ntfs3_volinfo() local
491 struct super_block *sb = m->private; in ntfs3_label_show() local
504 struct super_block *sb = pde_data(file_inode(file)); in ntfs3_label_write() local
558 static void ntfs_create_procdir(struct super_block *sb) in ntfs_create_procdir()
577 static void ntfs_remove_procdir(struct super_block *sb) in ntfs_remove_procdir()
603 static void ntfs_create_procdir(struct super_block *sb) {} in ntfs_create_procdir()
604 static void ntfs_remove_procdir(struct super_block *sb) {} in ntfs_remove_procdir()
611 static struct inode *ntfs_alloc_inode(struct super_block *sb) in ntfs_alloc_inode()
692 static void ntfs_put_super(struct super_block *sb) in ntfs_put_super()
705 struct super_block *sb = dentry->d_sb; in ntfs_statfs() local
723 struct super_block *sb = root->d_sb; in ntfs_show_options() local
767 static void ntfs_shutdown(struct super_block *sb) in ntfs_shutdown()
775 static int ntfs_sync_fs(struct super_block *sb, int wait) in ntfs_sync_fs()
829 static struct inode *ntfs_export_get_inode(struct super_block *sb, u64 ino, in ntfs_export_get_inode()
852 static struct dentry *ntfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ntfs_fh_to_dentry()
859 static struct dentry *ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, in ntfs_fh_to_parent()
915 static int ntfs_init_from_boot(struct super_block *sb, u32 sector_size, in ntfs_init_from_boot()
1196 static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) in ntfs_fill_super()
1649 void ntfs_unmap_meta(struct super_block *sb, CLST lcn, CLST len) in ntfs_unmap_meta()
1682 struct super_block *sb; in ntfs_discard() local
1808 static void ntfs3_kill_sb(struct super_block *sb) in ntfs3_kill_sb()
1861 bool is_legacy_ntfs(struct super_block *sb) in is_legacy_ntfs()