Lines Matching defs:handle
37 struct ocfs2_inode_handle *handle)
41 u64 blkno = handle->ih_blkno;
45 trace_ocfs2_get_dentry_begin(sb, handle, (unsigned long long)blkno);
100 handle->ih_generation);
113 if (handle->ih_generation != inode->i_generation) {
115 handle->ih_generation,
255 struct ocfs2_inode_handle handle;
260 handle.ih_blkno = (u64)le32_to_cpu(fid->raw[0]) << 32;
261 handle.ih_blkno |= (u64)le32_to_cpu(fid->raw[1]);
262 handle.ih_generation = le32_to_cpu(fid->raw[2]);
263 return ocfs2_get_dentry(sb, &handle);