Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 2 of 2) sorted by relevance

/fs/erofs/
A Dsysfs.c28 int struct_type, offset; member
43 .struct_type = struct_##_struct, \
120 int struct_type, int offset) in __struct_ptr() argument
122 if (struct_type == struct_erofs_sb_info) in __struct_ptr()
124 if (struct_type == struct_erofs_mount_opts) in __struct_ptr()
135 unsigned char *ptr = __struct_ptr(sbi, a->struct_type, a->offset); in erofs_attr_show()
160 unsigned char *ptr = __struct_ptr(sbi, a->struct_type, a->offset); in erofs_attr_store()
/fs/f2fs/
A Dsysfs.c59 int struct_type; member
75 if (struct_type == GC_THREAD) in __struct_ptr()
77 else if (struct_type == SM_INFO) in __struct_ptr()
79 else if (struct_type == DCC_INFO) in __struct_ptr()
81 else if (struct_type == NM_INFO) in __struct_ptr()
83 else if (struct_type == F2FS_SBI || struct_type == RESERVED_BLOCKS) in __struct_ptr()
87 struct_type == FAULT_INFO_TYPE) in __struct_ptr()
91 else if (struct_type == STAT_INFO) in __struct_ptr()
94 else if (struct_type == CPRC_INFO) in __struct_ptr()
96 else if (struct_type == ATGC_INFO) in __struct_ptr()
[all …]

Completed in 8 milliseconds