Home
last modified time | relevance | path

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

/linux/fs/adfs/
A Dsuper.c367 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()
/linux/include/trace/events/
A Dbtrfs.h378 __field( u64, root_obj )
394 __entry->root_obj = bi->root->root_key.objectid;
415 show_root_type(__entry->root_obj), __entry->ino,
433 __field( u64, root_obj )
445 __entry->root_obj = bi->root->root_key.objectid;
459 show_root_type(__entry->root_obj), __entry->ino, __entry->isize,

Completed in 8 milliseconds