Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddeflate_utils.cc71 brillo::Blob super_block; in IsSquashfsImage() local
Dsquashfs_filesystem_unittest.cc301 brillo::Blob super_block = { in TEST_F() local
/system/core/fs_mgr/
Dfs_mgr.cpp1053 ext4_super_block super_block; in TranslateExtLabels() local
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h1527 struct super_block { struct
1528 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h959 struct super_block { struct
960 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 …]