Searched defs:super_block (Results 1 – 2 of 2) sorted by relevance
860 struct super_block { struct861 struct list_head s_list; /* Keep this first */862 dev_t s_dev; /* search index; _not_ kdev_t */863 unsigned long s_blocksize;864 unsigned char s_blocksize_bits;865 unsigned char s_dirt;866 unsigned long long s_maxbytes; /* Max file size */867 struct file_system_type *s_type;868 struct super_operations *s_op;869 struct dquot_operations *dq_op;[all …]
130 struct ext2_super_block super_block; member