Searched defs:super_block (Results 1 – 5 of 5) sorted by relevance
71 brillo::Blob super_block; in IsSquashfsImage() local
301 brillo::Blob super_block = { in TEST_F() local
1053 ext4_super_block super_block; in TranslateExtLabels() local
1527 struct super_block { struct1528 struct list_head s_list;1529 dev_t s_dev;1530 unsigned char s_blocksize_bits;1531 unsigned long s_blocksize;1532 loff_t s_maxbytes;1533 struct file_system_type *s_type;1534 const struct super_operations *s_op;1535 const struct dquot_operations *dq_op;1536 const struct quotactl_ops *s_qcop;[all …]
959 struct super_block { struct960 struct list_head s_list;961 dev_t s_dev;962 unsigned char s_blocksize_bits;963 unsigned long s_blocksize;964 loff_t s_maxbytes;965 struct file_system_type *s_type;966 const struct super_operations *s_op;967 const struct dquot_operations *dq_op;968 const struct quotactl_ops *s_qcop;[all …]