Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfs.h1190 struct super_block { struct
1201 unsigned long s_flags;
1203 unsigned long s_magic;
1204 struct dentry *s_root;
1206 int s_count;
1207 atomic_t s_active;
1242 u32 s_time_gran;
1266 const char *s_subtype;
1285 errseq_t s_wb_err;
1305 struct rcu_head rcu;
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h287 struct super_block { struct
298 unsigned long s_flags;
299 unsigned long s_magic;
302 int s_count;
303 atomic_t s_active;
332 fmode_t s_mode;
337 u32 s_time_gran;
349 char *s_subtype;
356 char __rcu *s_options;
363 int cleancache_poolid;
[all …]
H A Dsuper.c2382 int (*test)(struct super_block *,void *), in sget()
2383 int (*set)(struct super_block *,void *), in sget()
/openbmc/linux/fs/
H A Dsuper.c776 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
777 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
850 int (*test)(struct super_block *,void *), in sget()
851 int (*set)(struct super_block *,void *), in sget()
924 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
991 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1323 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super()
1538 int (*fill_super)(struct super_block *, in get_tree_bdev()
1598 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1658 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
[all …]
/openbmc/linux/drivers/mtd/
H A Dmtdsuper.c27 int (*fill_super)(struct super_block *, in mtd_get_sb()
77 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
/openbmc/linux/fs/btrfs/
H A Dioctl.c4165 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4225 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4308 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/openbmc/linux/fs/smb/client/
H A Dmisc.c1140 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/openbmc/linux/fs/fat/
H A Dinode.c1599 void (*setup)(struct super_block *)) in fat_fill_super()