Searched refs:new_hashed_relocation (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/reiserfs/
H A Dbitmap.c616 if (!strcmp(this_char, "new_hashed_relocation")) {
617 SET_OPTION(new_hashed_relocation);
725 if (TEST_OPTION(new_hashed_relocation, s)) {
727 seq_puts(seq, "new_hashed_relocation");
773 static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint) function
1107 /* new_hashed_relocation works with both formatted/unformatted nodes */
1109 TEST_OPTION(new_hashed_relocation, s)) {
1110 new_hashed_relocation(hint);

Completed in 106 milliseconds