Home
last modified time | relevance | path

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

/mm/
Dshmem.c159 static inline struct shmem_sb_info *SHMEM_SB(struct super_block *sb) in SHMEM_SB()
228 static int shmem_reserve_inode(struct super_block *sb) in shmem_reserve_inode()
243 static void shmem_free_inode(struct super_block *sb) in shmem_free_inode()
1518 static struct inode *shmem_get_inode(struct super_block *sb, int mode, in shmem_get_inode()
2066 static struct dentry *shmem_fh_to_dentry(struct super_block *sb, in shmem_fh_to_dentry()
2213 static int shmem_remount_fs(struct super_block *sb, int *flags, char *data) in shmem_remount_fs()
2275 static void shmem_put_super(struct super_block *sb) in shmem_put_super()
2281 static int shmem_fill_super(struct super_block *sb, in shmem_fill_super()
2357 static struct inode *shmem_alloc_inode(struct super_block *sb) in shmem_alloc_inode()
2581 #define shmem_get_inode(sb, mode, dev, flags) ramfs_get_inode(sb, mode, dev) argument