Home
last modified time | relevance | path

Searched refs:put_deh_location (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Ddir.c296 put_deh_location(dot, EMPTY_DIR_SIZE_V1 - strlen(".")); in make_empty_dir_item_v1()
306 put_deh_location(dotdot, deh_location(dot) - strlen("..")); in make_empty_dir_item_v1()
330 put_deh_location(dot, EMPTY_DIR_SIZE - ROUND_UP(strlen("."))); in make_empty_dir_item()
340 put_deh_location(dotdot, deh_location(dot) - ROUND_UP(strlen(".."))); in make_empty_dir_item()
Dlbalance.c1112 put_deh_location(&deh[i], in leaf_cut_entries()
1117 put_deh_location(&deh[i], in leaf_cut_entries()
1356 put_deh_location(&deh[i], in leaf_paste_entries()
1362 put_deh_location(&deh[i], in leaf_paste_entries()
1386 put_deh_location(&deh[i], in leaf_paste_entries()
Dreiserfs.h1914 #define put_deh_location(p_deh,v) ((p_deh)->deh_location = cpu_to_le16((v))) macro