Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dbtrfs.h1127 __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,
/linux-4.4.14/fs/btrfs/
Dctree.h4368 static inline int is_fstree(u64 rootid) in is_fstree() argument
4370 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()