Home
last modified time | relevance | path

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

/fs/pstore/
Dplatform.c128 int hsize, ret; in pstore_dump() local
146 hsize = sprintf(dst, "%s#%d Part%d\n", why, oopscount, part); in pstore_dump()
147 size = psinfo->bufsize - hsize; in pstore_dump()
148 dst += hsize; in pstore_dump()
163 hsize + l1_cpy + l2_cpy, psinfo); in pstore_dump()
/fs/gfs2/
Ddir.c341 u32 hsize; in gfs2_dir_get_hash_table() local
350 hsize = 1 << ip->i_depth; in gfs2_dir_get_hash_table()
351 hsize *= sizeof(__be64); in gfs2_dir_get_hash_table()
352 if (hsize != i_size_read(&ip->i_inode)) { in gfs2_dir_get_hash_table()
357 hc = kmalloc(hsize, GFP_NOFS); in gfs2_dir_get_hash_table()
362 ret = gfs2_dir_read_data(ip, hc, hsize); in gfs2_dir_get_hash_table()
772 unsigned hsize = 1 << ip->i_depth; in gfs2_dirent_search() local
775 if (hsize * sizeof(u64) != i_size_read(inode)) { in gfs2_dirent_search()
1102 u32 hsize; in dir_double_exhash() local
1109 hsize = 1 << dip->i_depth; in dir_double_exhash()
[all …]
/fs/xfs/
Dxfs_ioctl.c72 int hsize; in xfs_find_handle() local
115 hsize = sizeof(xfs_fsid_t); in xfs_find_handle()
127 hsize = XFS_HSIZE(handle); in xfs_find_handle()
131 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle()
132 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()