Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dexport.c46 u64 ih_blkno; member
55 u64 blkno = handle->ih_blkno; in ocfs2_get_dentry()
246 handle.ih_blkno = (u64)le32_to_cpu(fid->raw[0]) << 32; in ocfs2_fh_to_dentry()
247 handle.ih_blkno |= (u64)le32_to_cpu(fid->raw[1]); in ocfs2_fh_to_dentry()
260 parent.ih_blkno = (u64)le32_to_cpu(fid->raw[3]) << 32; in ocfs2_fh_to_parent()
261 parent.ih_blkno |= (u64)le32_to_cpu(fid->raw[4]); in ocfs2_fh_to_parent()