Searched refs:hsize_bytes (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
H A D | dir.c | 1118 u32 hsize_bytes; dir_double_exhash() local 1125 hsize_bytes = hsize * sizeof(__be64); dir_double_exhash() 1131 hc2 = kmalloc(hsize_bytes * 2, GFP_NOFS | __GFP_NOWARN); dir_double_exhash() 1133 hc2 = __vmalloc(hsize_bytes * 2, GFP_NOFS, PAGE_KERNEL); dir_double_exhash() 1149 error = gfs2_dir_write_data(dip, (char *)hc2, 0, hsize_bytes * 2); dir_double_exhash() 1150 if (error != (hsize_bytes * 2)) dir_double_exhash() 1162 gfs2_dir_write_data(dip, (char *)hc, 0, hsize_bytes); dir_double_exhash() 1163 i_size_write(&dip->i_inode, hsize_bytes); dir_double_exhash()
|
Completed in 54 milliseconds