Searched defs:super_block (Results 1 – 6 of 6) 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 …]
2380 int (*test)(struct super_block *,void *), in sget()2381 int (*set)(struct super_block *,void *), in sget()
70 struct super_block { struct71 struct squashfs_super_block s; argument73 unsigned int no_uids;74 unsigned int no_guids;75 long long uid_start;76 long long guid_start;
498 unsigned int blocksize, blk64_t super_block, in check_filesystem()552 blk64_t super_block, lblk; in try_reopen_undo_file() local
105 blk64_t super_block; member
126 struct ext2_super_block super_block; member