Searched hist:e679376911d016b670c8cfc1645c178f77e8d1d3 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.c | diff e679376911d016b670c8cfc1645c178f77e8d1d3 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 e679376911d016b670c8cfc1645c178f77e8d1d3 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>
|