Searched refs:hsize_bytes (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | dir.c | 1113 u32 hsize_bytes; in dir_double_exhash() local 1120 hsize_bytes = hsize * sizeof(__be64); in dir_double_exhash() 1126 hc2 = kmalloc(hsize_bytes * 2, GFP_NOFS | __GFP_NOWARN); in dir_double_exhash() 1128 hc2 = __vmalloc(hsize_bytes * 2, GFP_NOFS, PAGE_KERNEL); in dir_double_exhash() 1144 error = gfs2_dir_write_data(dip, (char *)hc2, 0, hsize_bytes * 2); in dir_double_exhash() 1145 if (error != (hsize_bytes * 2)) in dir_double_exhash() 1157 gfs2_dir_write_data(dip, (char *)hc, 0, hsize_bytes); in dir_double_exhash() 1158 i_size_write(&dip->i_inode, hsize_bytes); in dir_double_exhash()
|