Searched defs:xfs_exchmaps_req (Results 1 – 1 of 1) sorted by relevance
49 struct xfs_exchmaps_req { struct51 struct xfs_inode *ip1;52 struct xfs_inode *ip2;55 xfs_fileoff_t startoff1;56 xfs_fileoff_t startoff2;57 xfs_filblks_t blockcount;60 uint64_t flags;93 xfs_exchmaps_reqfork(const struct xfs_exchmaps_req *req) in xfs_exchmaps_reqfork() argument