Searched defs:super_block (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fs.h | 1190 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; 1243 u32 s_time_gran; 1267 const char *s_subtype; 1286 errseq_t s_wb_err; 1306 struct rcu_head rcu; [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 287 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 D | super.c | 2382 int (*test)(struct super_block *,void *), in sget() 2383 int (*set)(struct super_block *,void *), in sget()
|
/openbmc/linux/fs/ |
H A D | super.c | 776 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 777 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 861 int (*test)(struct super_block *,void *), in sget() 862 int (*set)(struct super_block *,void *), in sget() 935 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 1002 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1334 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1552 int (*fill_super)(struct super_block *, in get_tree_bdev() 1612 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1672 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() [all …]
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdsuper.c | 27 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 D | ioctl.c | 4163 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4223 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4306 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
/openbmc/linux/fs/smb/client/ |
H A D | misc.c | 1176 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 1599 void (*setup)(struct super_block *)) in fat_fill_super()
|