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
1191 struct list_head s_list; /* Keep this first */
1192 dev_t s_dev; /* search index; _not_ kdev_t */
1193 unsigned char s_blocksize_bits;
1194 unsigned long s_blocksize;
1195 loff_t s_maxbytes; /* Max file size */
1196 struct file_system_type *s_type;
1197 const struct super_operations *s_op;
1198 const struct dquot_operations *dq_op;
1199 const struct quotactl_ops *s_qcop;
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h287 struct super_block { struct
288 struct list_head s_list; /* Keep this first */
289 dev_t s_dev; /* search index; _not_ kdev_t */
290 unsigned char s_blocksize_bits;
291 unsigned long s_blocksize;
292 loff_t s_maxbytes; /* Max file size */
293 struct file_system_type *s_type;
294 const struct super_operations *s_op;
295 const struct dquot_operations *dq_op;
296 const struct quotactl_ops *s_qcop;
[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()
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()
966 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
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()
[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.c4167 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4227 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4310 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/openbmc/linux/fs/smb/client/
H A Dmisc.c1176 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()