Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h288 struct super_block { struct
289 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 …]
H A Dsuper.c2383 int (*test)(struct super_block *,void *), in sget()
2384 int (*set)(struct super_block *,void *), in sget()