Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtsummary_repair.c94 hdr->rt_owner = cpu_to_be64(sc->ip->i_ino); in xrep_rtsummary_prep_buf()
H A Drtbitmap_repair.c385 hdr->rt_owner = cpu_to_be64(sc->ip->i_ino); in xrep_rtbitmap_prep_buf()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c217 if (hdr->rt_owner != cpu_to_be64(ip->i_ino)) { in xfs_rtbuf_get()
1412 hdr->rt_owner = cpu_to_be64(ip->i_ino); in xfs_rtfile_initialize_block()
H A Dxfs_format.h1319 __be64 rt_owner; /* inode that owns the block */ member