Searched refs:__struct_ptr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | sysfs.c | 97 static unsigned char *__struct_ptr(struct erofs_sb_info *sbi, in __struct_ptr() function 113 unsigned char *ptr = __struct_ptr(sbi, a->struct_type, a->offset); in erofs_attr_show() 136 unsigned char *ptr = __struct_ptr(sbi, a->struct_type, a->offset); in erofs_attr_store()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | sysfs.c | 55 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) in __struct_ptr() function 248 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_show() 287 ptr = __struct_ptr(sbi, a->struct_type); in __sbi_store()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 67 static unsigned char *__struct_ptr(struct f2fs_sb_info *sbi, int struct_type) in __struct_ptr() function 288 ptr = __struct_ptr(sbi, a->struct_type); in f2fs_sbi_show() 383 ptr = __struct_ptr(sbi, a->struct_type); in __sbi_store()
|
Completed in 5 milliseconds