Home
last modified time | relevance | path

Searched defs:super_block (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dfs.h1181 struct super_block { struct
1182 struct list_head s_list; /* Keep this first */
1183 dev_t s_dev; /* search index; _not_ kdev_t */
1184 unsigned char s_blocksize_bits;
1185 unsigned long s_blocksize;
1186 loff_t s_maxbytes; /* Max file size */
1187 struct file_system_type *s_type;
1188 const struct super_operations *s_op;
1189 const struct dquot_operations *dq_op;
1190 const struct quotactl_ops *s_qcop;
[all …]