Home
last modified time | relevance | path

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

/include/linux/
Dfs.h1362 struct super_block { struct
1363 struct list_head s_list; /* Keep this first */
1364 dev_t s_dev; /* search index; _not_ kdev_t */
1365 unsigned char s_blocksize_bits;
1366 unsigned long s_blocksize;
1367 loff_t s_maxbytes; /* Max file size */
1368 struct file_system_type *s_type;
1369 const struct super_operations *s_op;
1370 const struct dquot_operations *dq_op;
1371 const struct quotactl_ops *s_qcop;
[all …]