Searched refs:rootid (Results 1 – 2 of 2) sorted by relevance
1127 __field( u64, rootid )1133 __entry->rootid = BTRFS_I(inode)->root->objectid;1139 __entry->rootid, __entry->ino, __entry->free_reserved)1168 __field( u64, rootid )1177 __entry->rootid = BTRFS_I(inode)->root->objectid;1186 __entry->rootid, __entry->ino, __entry->start, __entry->len,
4368 static inline int is_fstree(u64 rootid) in is_fstree() argument4370 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree()4371 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree()4372 !btrfs_qgroup_level(rootid))) in is_fstree()