Searched defs:super_block (Results 1 – 1 of 1) sorted by relevance
4194 struct super_block { struct4195 struct list_head s_list;4196 dev_t s_dev;4197 unsigned char s_blocksize_bits;4198 long unsigned int s_blocksize;4199 loff_t s_maxbytes;4200 struct file_system_type *s_type;4201 const struct super_operations *s_op;4202 const struct dquot_operations *dq_op;4203 const struct quotactl_ops *s_qcop;[all …]