Searched defs:super_block (Results 1 – 2 of 2) sorted by relevance
287 struct super_block { struct288 struct list_head s_list; /* Keep this first */289 dev_t s_dev; /* search index; _not_ kdev_t */290 unsigned char s_blocksize_bits;291 unsigned long s_blocksize;292 loff_t s_maxbytes; /* Max file size */293 struct file_system_type *s_type;294 const struct super_operations *s_op;295 const struct dquot_operations *dq_op;296 const struct quotactl_ops *s_qcop;[all …]
2382 int (*test)(struct super_block *,void *), in sget()2383 int (*set)(struct super_block *,void *), in sget()