Lines Matching refs:handle
51 struct ocfs2_inode_handle *handle) in ocfs2_get_dentry() argument
55 u64 blkno = handle->ih_blkno; in ocfs2_get_dentry()
59 trace_ocfs2_get_dentry_begin(sb, handle, (unsigned long long)blkno); in ocfs2_get_dentry()
114 handle->ih_generation); in ocfs2_get_dentry()
127 if (handle->ih_generation != inode->i_generation) { in ocfs2_get_dentry()
130 handle->ih_generation, in ocfs2_get_dentry()
241 struct ocfs2_inode_handle handle; in ocfs2_fh_to_dentry() local
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()
248 handle.ih_generation = le32_to_cpu(fid->raw[2]); in ocfs2_fh_to_dentry()
249 return ocfs2_get_dentry(sb, &handle); in ocfs2_fh_to_dentry()