Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dubifs.h287 struct super_block { struct
288 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 …]
H A Dsuper.c2382 int (*test)(struct super_block *,void *), in sget()
2383 int (*set)(struct super_block *,void *), in sget()