Searched defs:super_block (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/fs/ |
D | super.c | 420 int (*test)(struct super_block *,void *), in sget() 421 int (*set)(struct super_block *,void *), in sget() 533 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 569 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 923 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns() 969 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1061 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() 1088 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
|
/linux-3.3/include/linux/ |
D | fs.h | 1408 struct super_block { struct 1409 struct list_head s_list; /* Keep this first */ 1410 dev_t s_dev; /* search index; _not_ kdev_t */ 1411 unsigned char s_dirt; 1412 unsigned char s_blocksize_bits; 1413 unsigned long s_blocksize; 1414 loff_t s_maxbytes; /* Max file size */ 1415 struct file_system_type *s_type; 1416 const struct super_operations *s_op; 1417 const struct dquot_operations *dq_op; [all …]
|
/linux-3.3/drivers/mtd/ |
D | mtdsuper.c | 61 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_aux() 106 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_nr() 124 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd()
|
/linux-3.3/fs/reiserfs/ |
D | procfs.c | 464 static void add_file(struct super_block *sb, char *name, in add_file()
|
/linux-3.3/fs/fat/ |
D | inode.c | 1244 void (*setup)(struct super_block *)) in fat_fill_super()
|