Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Ddir.c1153 __be64 *hc2, *h; in dir_double_exhash() local
1164 hc2 = kmalloc_array(hsize_bytes, 2, GFP_NOFS | __GFP_NOWARN); in dir_double_exhash()
1165 if (hc2 == NULL) in dir_double_exhash()
1166 hc2 = __vmalloc(hsize_bytes * 2, GFP_NOFS); in dir_double_exhash()
1168 if (!hc2) in dir_double_exhash()
1171 h = hc2; in dir_double_exhash()
1182 error = gfs2_dir_write_data(dip, (char *)hc2, 0, hsize_bytes * 2); in dir_double_exhash()
1187 dip->i_hash_cache = hc2; in dir_double_exhash()
1200 kvfree(hc2); in dir_double_exhash()