Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Ddir.c1151 u32 hsize_bytes; in dir_double_exhash() local
1158 hsize_bytes = hsize * sizeof(__be64); in dir_double_exhash()
1164 hc2 = kmalloc_array(hsize_bytes, 2, GFP_NOFS | __GFP_NOWARN); in dir_double_exhash()
1166 hc2 = __vmalloc(hsize_bytes * 2, GFP_NOFS); in dir_double_exhash()
1182 error = gfs2_dir_write_data(dip, (char *)hc2, 0, hsize_bytes * 2); in dir_double_exhash()
1183 if (error != (hsize_bytes * 2)) in dir_double_exhash()
1195 gfs2_dir_write_data(dip, (char *)hc, 0, hsize_bytes); in dir_double_exhash()
1196 i_size_write(&dip->i_inode, hsize_bytes); in dir_double_exhash()