Searched defs:super_block (Results 1 – 1 of 1) sorted by relevance
1424 struct super_block { struct1425 struct list_head s_list; /* Keep this first */1426 dev_t s_dev; /* search index; _not_ kdev_t */1427 unsigned char s_blocksize_bits;1428 unsigned long s_blocksize;1429 loff_t s_maxbytes; /* Max file size */1430 struct file_system_type *s_type;1431 const struct super_operations *s_op;1432 const struct dquot_operations *dq_op;1433 const struct quotactl_ops *s_qcop;[all …]