Home
last modified time | relevance | path

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

/fs/nfs/blocklayout/
Dblocklayout.h67 struct my_tree { struct
74 struct my_tree im_tree; /* Sectors that need LAYOUTCOMMIT */ argument
Dextents.c58 static int32_t _find_entry(struct my_tree *tree, u64 s) in _find_entry()
75 int _has_tag(struct my_tree *tree, u64 s, int32_t tag) in _has_tag()
92 static int _add_entry(struct my_tree *tree, u64 s, int32_t tag, in _add_entry()
123 static int _set_range(struct my_tree *tree, int32_t tag, u64 s, u64 length) in _set_range()
142 struct my_tree *tree = &marks->im_tree; in _preload_range()
190 _range_has_tag(struct my_tree *tree, u64 start, u64 end, int32_t tag) in _range_has_tag()