Searched hist:"2 f38b3e1900634e64a186873b3388b1bf85dabc0" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.c | diff 2f38b3e1900634e64a186873b3388b1bf85dabc0 Tue Sep 13 04:18:10 CDT 2011 Arne Jansen <sensille@gmx.net> Btrfs: add helper for tree enumeration
Often no exact match is wanted but just the next lower or higher item. There's a lot of duplicated code throughout btrfs to deal with the corner cases. This patch adds a helper function that can facilitate searching.
Signed-off-by: Arne Jansen <sensille@gmx.net>
|
H A D | ctree.h | diff 2f38b3e1900634e64a186873b3388b1bf85dabc0 Tue Sep 13 04:18:10 CDT 2011 Arne Jansen <sensille@gmx.net> Btrfs: add helper for tree enumeration
Often no exact match is wanted but just the next lower or higher item. There's a lot of duplicated code throughout btrfs to deal with the corner cases. This patch adds a helper function that can facilitate searching.
Signed-off-by: Arne Jansen <sensille@gmx.net>
|