Home
last modified time | relevance | path

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

/include/linux/
Dfs.h1344 struct super_block { struct
1345 struct list_head s_list; /* Keep this first */
1346 dev_t s_dev; /* search index; _not_ kdev_t */
1347 unsigned char s_blocksize_bits;
1348 unsigned long s_blocksize;
1349 loff_t s_maxbytes; /* Max file size */
1350 struct file_system_type *s_type;
1351 const struct super_operations *s_op;
1352 const struct dquot_operations *dq_op;
1353 const struct quotactl_ops *s_qcop;
[all …]