Searched refs:urk (Results 1 – 1 of 1) sorted by relevance
105 union xfs_rtword_raw urk; in xfbmp_load() local110 error = xfile_load(rtb->sc->xfile, &urk, in xfbmp_load()116 *word = be32_to_cpu(urk.rtg); in xfbmp_load()126 union xfs_rtword_raw urk; in xfbmp_store() local130 urk.rtg = cpu_to_be32(word); in xfbmp_store()131 return xfile_store(rtb->sc->xfile, &urk, in xfbmp_store()