Home
last modified time | relevance | path

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

/Linux-v5.4/fs/adfs/
Dsuper.c382 struct object_info root_obj; in adfs_fill_super() local
482 root_obj.parent_id = root_obj.indaddr = le32_to_cpu(dr->root); in adfs_fill_super()
483 root_obj.name_len = 0; in adfs_fill_super()
485 root_obj.loadaddr = 0xfff0003f; in adfs_fill_super()
486 root_obj.execaddr = 0xec22c000; in adfs_fill_super()
487 root_obj.size = ADFS_NEWDIR_SIZE; in adfs_fill_super()
488 root_obj.attr = ADFS_NDA_DIRECTORY | ADFS_NDA_OWNER_READ | in adfs_fill_super()
496 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super()
511 root = adfs_iget(sb, &root_obj); in adfs_fill_super()
/Linux-v5.4/include/trace/events/
Dbtrfs.h339 __field( u64, root_obj )
355 __entry->root_obj = bi->root->root_key.objectid;
376 show_root_type(__entry->root_obj), __entry->ino,
394 __field( u64, root_obj )
406 __entry->root_obj = bi->root->root_key.objectid;
420 show_root_type(__entry->root_obj), __entry->ino, __entry->isize,