Searched refs:urk (Results 1 – 1 of 1) sorted by relevance
108 union xfs_rtword_raw urk; in xfbmp_load() local113 error = xfile_load(rtb->sc->xfile, &urk, in xfbmp_load()119 *word = be32_to_cpu(urk.rtg); in xfbmp_load()129 union xfs_rtword_raw urk; in xfbmp_store() local133 urk.rtg = cpu_to_be32(word); in xfbmp_store()134 return xfile_store(rtb->sc->xfile, &urk, in xfbmp_store()