Searched refs:root_obj (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | super.c | 367 struct object_info root_obj; in adfs_fill_super() local 411 root_obj.parent_id = root_obj.indaddr = le32_to_cpu(dr->root); in adfs_fill_super() 412 root_obj.name_len = 0; in adfs_fill_super() 414 root_obj.loadaddr = 0xfff0003f; in adfs_fill_super() 415 root_obj.execaddr = 0xec22c000; in adfs_fill_super() 416 root_obj.size = ADFS_NEWDIR_SIZE; in adfs_fill_super() 417 root_obj.attr = ADFS_NDA_DIRECTORY | ADFS_NDA_OWNER_READ | in adfs_fill_super() 425 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super() 440 root = adfs_iget(sb, &root_obj); in adfs_fill_super() [all...] |
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | super.c | 367 struct object_info root_obj; in adfs_fill_super() local 411 root_obj.parent_id = root_obj.indaddr = le32_to_cpu(dr->root); in adfs_fill_super() 412 root_obj.name_len = 0; in adfs_fill_super() 414 root_obj.loadaddr = 0xfff0003f; in adfs_fill_super() 415 root_obj.execaddr = 0xec22c000; in adfs_fill_super() 416 root_obj.size = ADFS_NEWDIR_SIZE; in adfs_fill_super() 417 root_obj.attr = ADFS_NDA_DIRECTORY | ADFS_NDA_OWNER_READ | in adfs_fill_super() 425 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super() 440 root = adfs_iget(sb, &root_obj); in adfs_fill_super() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 377 __field( u64, root_obj ) 393 __entry->root_obj = bi->root->root_key.objectid; 414 show_root_type(__entry->root_obj), __entry->ino, 432 __field( u64, root_obj ) 444 __entry->root_obj = bi->root->root_key.objectid; 458 show_root_type(__entry->root_obj), __entry->ino, __entry->isize,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 379 __field( u64, root_obj ) 395 __entry->root_obj = bi->root->root_key.objectid; 416 show_root_type(__entry->root_obj), __entry->ino, 434 __field( u64, root_obj ) 446 __entry->root_obj = bi->root->root_key.objectid; 460 show_root_type(__entry->root_obj), __entry->ino, __entry->isize,
|
Completed in 6 milliseconds