Searched defs:super_block (Results 1 – 2 of 2) sorted by relevance
1132 struct super_block { struct1133 struct list_head s_list; /* Keep this first */1134 dev_t s_dev; /* search index; _not_ kdev_t */1135 unsigned long s_blocksize;1136 unsigned char s_blocksize_bits;1137 unsigned char s_dirt;1138 unsigned long long s_maxbytes; /* Max file size */1139 struct file_system_type *s_type;1140 const struct super_operations *s_op;1141 struct dquot_operations *dq_op;[all …]
76 struct super_block *super_block; member