Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Ddir.c1105 __be64 *hc2, *h; in dir_double_exhash() local
1116 h = hc2 = kmalloc(hsize_bytes * 2, GFP_NOFS); in dir_double_exhash()
1117 if (!hc2) in dir_double_exhash()
1130 error = gfs2_dir_write_data(dip, (char *)hc2, 0, hsize_bytes * 2); in dir_double_exhash()
1135 dip->i_hash_cache = hc2; in dir_double_exhash()
1148 kfree(hc2); in dir_double_exhash()