Searched refs:rootid (Results 1 – 3 of 3) sorted by relevance
89 __le32 rootid; member
1471 __field( u64, rootid )1480 __entry->rootid = BTRFS_I(inode)->root->objectid;1489 __entry->rootid, __entry->ino, __entry->start, __entry->len,
3724 static inline int is_fstree(u64 rootid) in is_fstree() argument3726 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree()3727 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree()3728 !btrfs_qgroup_level(rootid))) in is_fstree()