Home
last modified time | relevance | path

Searched refs:hfs_brec_relse (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dbfind.c38 void hfs_brec_relse(struct hfs_brec *brec, struct hfs_belem *elem) in hfs_brec_relse() function
155 hfs_brec_relse(brec, NULL); in hfs_bfind()
167 hfs_brec_relse(brec, NULL); in hfs_bfind()
181 hfs_brec_relse(brec, NULL); in hfs_bfind()
188 hfs_brec_relse(brec, NULL); in hfs_bfind()
209 hfs_brec_relse(brec, NULL); in hfs_bfind()
217 hfs_brec_relse(brec, NULL); in hfs_bfind()
222 hfs_brec_relse(brec, NULL); in hfs_bfind()
227 hfs_brec_relse(brec, brec->bottom-1); in hfs_bfind()
290 hfs_brec_relse(brec, belem); in hfs_bsucc()
[all …]
Dbrec.c102 hfs_brec_relse(brec, brec->bottom-1); in hfs_brec_next()
105 hfs_brec_relse(brec, brec->bottom-2); in hfs_brec_next()
113 hfs_brec_relse(brec, NULL); in hfs_brec_next()
122 hfs_brec_relse(brec, NULL); in hfs_brec_next()
160 hfs_brec_relse(brec, elem-1); in hfs_brec_lock()
235 hfs_brec_relse(brec, head); in hfs_brec_init()
Dbdelete.c328 hfs_brec_relse(brec, NULL); in bdelete()
339 hfs_brec_relse(brec, NULL); in bdelete()
360 hfs_brec_relse(brec, NULL); in bdelete()
381 hfs_brec_relse(brec, NULL); in bdelete()
430 hfs_brec_relse(brec, NULL); in bdelete()
437 hfs_brec_relse(brec, NULL); in bdelete()
485 hfs_brec_relse(&brec, NULL); in hfs_bdelete()
Dbinsert.c501 hfs_brec_relse(&brec, NULL); in hfs_binsert()
528 hfs_brec_relse(&brec, NULL); in hfs_binsert()
545 hfs_brec_relse(&brec, NULL); in hfs_binsert()
Dcatalog.c384 hfs_brec_relse(brec, NULL); in read_entry()
469 hfs_brec_relse(&brec, NULL); in write_entry()
1104 hfs_brec_relse(brec, NULL); in hfs_cat_next()
1129 hfs_brec_relse(brec, NULL); in hfs_cat_close()
1162 hfs_brec_relse(&brec, NULL); in hfs_cat_parent()
1382 hfs_brec_relse(&brec, NULL); in hfs_cat_move()
1501 hfs_brec_relse(&brec, NULL); in hfs_cat_move()
Dextent.c245 hfs_brec_relse(&brec, NULL); in find_ext()
280 hfs_brec_relse(&brec, NULL); in find_ext()
435 hfs_brec_relse(&brec, NULL); in update_ext()
Dhfs.h432 extern void hfs_brec_relse(struct hfs_brec *, struct hfs_belem *);
DChangeLog1097 Remove call to hfs_mdb_dirty(), since the hfs_brec_relse() does it.
1985 Renamed hfs_brec_relse() to hfs_brelse().
1999 Added hfs_brelse() which was previously hfs_brec_relse() in brec.c
2005 hfs_brec_relse() renamed to hfs_brelse() and moved to bfind.c