Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dsysfs.c102 static unsigned char *__struct_ptr(struct erofs_sb_info *sbi, in __struct_ptr() function
118 unsigned char *ptr = __struct_ptr(sbi, a->struct_type, a->offset); in erofs_attr_show()
141 unsigned char *ptr = __struct_ptr(sbi, a->struct_type, a->offset); in erofs_attr_store()
/linux-6.15/fs/f2fs/
H A Dsysfs.c73 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) in __struct_ptr() function
327 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_show()
419 ptr = __struct_ptr(sbi, a->struct_type); in __sbi_store()