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