Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
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 …]
Dsuper.c2380 int (*test)(struct super_block *,void *), in sget()
2381 int (*set)(struct super_block *,void *), in sget()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h70 struct super_block { struct
71 struct squashfs_super_block s; argument
73 unsigned int no_uids;
74 unsigned int no_guids;
75 long long uid_start;
76 long long guid_start;
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c498 unsigned int blocksize, blk64_t super_block, in check_filesystem()
552 blk64_t super_block, lblk; in try_reopen_undo_file() local
/external/e2fsprogs/misc/
De2undo.c105 blk64_t super_block; member
/external/e2fsprogs/ext2ed/
Dext2ed.h126 struct ext2_super_block super_block; member