Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Ddelayed-ref.h237 static inline int need_ref_seq(int for_cow, u64 rootid) in need_ref_seq() argument
242 if (rootid == BTRFS_FS_TREE_OBJECTID) in need_ref_seq()
245 if ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID) in need_ref_seq()
/linux-3.4.99/kernel/
Dcgroup.c5013 int rootid = css_id(root); in css_get_next() local
5016 if (!rootid) in css_get_next()
5032 if (tmp->depth >= depth && tmp->stack[depth] == rootid) { in css_get_next()