Home
last modified time | relevance | path

Searched refs:super_block (Results 1 – 10 of 10) sorted by relevance

/drivers/mtd/
Dmtdsuper.c25 static int mtd_test_super(struct super_block *sb, struct fs_context *fc) in mtd_test_super()
45 static int mtd_set_super(struct super_block *sb, struct fs_context *fc) in mtd_set_super()
58 int (*fill_super)(struct super_block *, in mtd_get_sb() argument
61 struct super_block *sb; in mtd_get_sb()
99 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr() argument
119 int (*fill_super)(struct super_block *sb, in get_tree_mtd()
194 void kill_mtd_super(struct super_block *sb) in kill_mtd_super()
/drivers/android/
Dbinderfs.c80 static inline struct binderfs_info *BINDERFS_SB(const struct super_block *sb) in BINDERFS_SB()
121 struct super_block *sb = ref_inode->i_sb; in binderfs_binder_device_create()
341 static void binderfs_put_super(struct super_block *sb) in binderfs_put_super()
404 static int binderfs_binder_ctl_create(struct super_block *sb) in binderfs_binder_ctl_create()
480 static struct inode *binderfs_make_inode(struct super_block *sb, int mode) in binderfs_make_inode()
532 struct super_block *sb; in binderfs_create_file()
564 struct super_block *sb; in binderfs_create_dir()
604 static int init_binder_features(struct super_block *sb) in init_binder_features()
621 static int init_binder_logs(struct super_block *sb) in init_binder_logs()
658 static int binderfs_fill_super(struct super_block *sb, struct fs_context *fc) in binderfs_fill_super()
/drivers/misc/ibmasm/
Dibmasmfs.c76 static struct inode *ibmasmfs_make_inode(struct super_block *sb, int mode);
77 static void ibmasmfs_create_files (struct super_block *sb);
78 static int ibmasmfs_fill_super(struct super_block *sb, struct fs_context *fc);
110 static int ibmasmfs_fill_super(struct super_block *sb, struct fs_context *fc) in ibmasmfs_fill_super()
135 static struct inode *ibmasmfs_make_inode(struct super_block *sb, int mode) in ibmasmfs_make_inode()
578 static void ibmasmfs_create_files (struct super_block *sb) in ibmasmfs_create_files()
/drivers/infiniband/hw/qib/
Dqib_fs.c47 static struct super_block *qib_super;
360 static int add_cntr_files(struct super_block *sb, struct qib_devdata *dd) in add_cntr_files()
430 static int remove_device_files(struct super_block *sb, in remove_device_files()
452 static int qibfs_fill_super(struct super_block *sb, struct fs_context *fc) in qibfs_fill_super()
498 static void qibfs_kill_super(struct super_block *s) in qibfs_kill_super()
/drivers/xen/xenfs/
Dsuper.c47 static int xenfs_fill_super(struct super_block *sb, struct fs_context *fc) in xenfs_fill_super()
/drivers/usb/gadget/function/
Du_fs.h269 struct super_block *sb;
Df_fs.c243 ffs_sb_create_file(struct super_block *sb, const char *name, void *data,
1395 ffs_sb_make_inode(struct super_block *sb, void *data, in ffs_sb_make_inode()
1427 static struct dentry *ffs_sb_create_file(struct super_block *sb, in ffs_sb_create_file()
1465 static int ffs_sb_fill(struct super_block *sb, struct fs_context *fc) in ffs_sb_fill()
1641 ffs_fs_kill_sb(struct super_block *sb) in ffs_fs_kill_sb()
/drivers/usb/gadget/legacy/
Dinode.c145 struct super_block *sb;
1589 gadgetfs_create_file (struct super_block *sb, char const *name,
1964 gadgetfs_make_inode (struct super_block *sb, in gadgetfs_make_inode()
1987 gadgetfs_create_file (struct super_block *sb, char const *name, in gadgetfs_create_file()
2013 gadgetfs_fill_super (struct super_block *sb, struct fs_context *fc) in gadgetfs_fill_super()
2097 gadgetfs_kill_sb (struct super_block *sb) in gadgetfs_kill_sb()
/drivers/dax/
Dsuper.c43 static struct super_block *dax_superblock __read_mostly;
445 static struct inode *dax_alloc_inode(struct super_block *sb) in dax_alloc_inode()
/drivers/base/
Ddevtmpfs.c61 struct super_block *s = mnt->mnt_sb; in public_dev_mount()