Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 2 of 2) sorted by relevance

/mm/
Dcleancache.c37 static void cleancache_register_ops_sb(struct super_block *sb, void *unused) in cleancache_register_ops_sb()
114 void __cleancache_init_fs(struct super_block *sb) in __cleancache_init_fs()
128 void __cleancache_init_shared_fs(struct super_block *sb) in __cleancache_init_shared_fs()
150 struct super_block *sb = inode->i_sb; in cleancache_get_key() local
292 void __cleancache_invalidate_fs(struct super_block *sb) in __cleancache_invalidate_fs()
Dshmem.c134 static inline struct shmem_sb_info *SHMEM_SB(struct super_block *sb) in SHMEM_SB()
199 static int shmem_reserve_inode(struct super_block *sb) in shmem_reserve_inode()
214 static void shmem_free_inode(struct super_block *sb) in shmem_free_inode()
1414 static struct inode *shmem_get_inode(struct super_block *sb, const struct inode *dir, in shmem_get_inode()
2696 static struct dentry *shmem_fh_to_dentry(struct super_block *sb, in shmem_fh_to_dentry()
2859 static int shmem_remount_fs(struct super_block *sb, int *flags, char *data) in shmem_remount_fs()
2996 static void shmem_put_super(struct super_block *sb) in shmem_put_super()
3006 int shmem_fill_super(struct super_block *sb, void *data, int silent) in shmem_fill_super()
3080 static struct inode *shmem_alloc_inode(struct super_block *sb) in shmem_alloc_inode()
3319 #define shmem_get_inode(sb, dir, mode, dev, flags) ramfs_get_inode(sb, dir, mode, dev) argument
[all …]