Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dexport.c32 u64 ih_blkno; member
41 u64 blkno = handle->ih_blkno; in ocfs2_get_dentry()
260 handle.ih_blkno = (u64)le32_to_cpu(fid->raw[0]) << 32; in ocfs2_fh_to_dentry()
261 handle.ih_blkno |= (u64)le32_to_cpu(fid->raw[1]); in ocfs2_fh_to_dentry()
274 parent.ih_blkno = (u64)le32_to_cpu(fid->raw[3]) << 32; in ocfs2_fh_to_parent()
275 parent.ih_blkno |= (u64)le32_to_cpu(fid->raw[4]); in ocfs2_fh_to_parent()