Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dbfind.c57 int *cur_rec) in hfs_find_1st_rec_by_cnid() argument
78 (*end) = (*cur_rec); in hfs_find_1st_rec_by_cnid()
83 (*begin) = (*cur_rec) + 1; in hfs_find_1st_rec_by_cnid()
85 (*end) = (*cur_rec) - 1; in hfs_find_1st_rec_by_cnid()
95 int *cur_rec) in hfs_find_rec_by_key() argument
101 (*end) = (*cur_rec); in hfs_find_rec_by_key()
105 (*begin) = (*cur_rec) + 1; in hfs_find_rec_by_key()
107 *(end) = (*cur_rec) - 1; in hfs_find_rec_by_key()
Dhfsplus_fs.h432 int *begin, int *end, int *cur_rec);
434 int *begin, int *end, int *cur_rec);