Searched defs:super_block (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | fs.h | 1463 struct super_block { struct 1474 unsigned long s_flags; 1479 int s_count; 1480 atomic_t s_active; 1515 u32 s_time_gran; 1528 fmode_t s_mode; 1540 const char *s_subtype; 1547 int cleancache_poolid; 1564 errseq_t s_wb_err; 1584 struct rcu_head rcu; [all …]
|
/linux/fs/ |
A D | super.c | 515 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 516 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 580 int (*test)(struct super_block *,void *), in sget() 581 int (*set)(struct super_block *,void *), in sget() 654 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 684 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 720 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1231 int (*fill_super)(struct super_block *, in get_tree_bdev() 1318 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1408 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() [all …]
|
/linux/drivers/mtd/ |
A D | mtdsuper.c | 59 int (*fill_super)(struct super_block *, in mtd_get_sb() 100 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
|
/linux/fs/cifs/ |
A D | misc.c | 1206 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
/linux/fs/btrfs/ |
A D | ioctl.c | 4622 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4682 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4765 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
/linux/fs/fat/ |
A D | inode.c | 1601 void (*setup)(struct super_block *)) in fat_fill_super()
|
Completed in 37 milliseconds