Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.c2515 struct xfs_rmap_key_state *rks = priv; in xfs_rmap_has_other_keys_helper() local
2517 if (rks->owner == rec->rm_owner && rks->offset == rec->rm_offset && in xfs_rmap_has_other_keys_helper()
2518 ((rks->flags & rec->rm_flags) & XFS_RMAP_KEY_FLAGS) == rks->flags) in xfs_rmap_has_other_keys_helper()
2520 rks->has_rmap = true; in xfs_rmap_has_other_keys_helper()
2538 struct xfs_rmap_key_state rks; in xfs_rmap_has_other_keys() local
2541 xfs_owner_info_unpack(oinfo, &rks.owner, &rks.offset, &rks.flags); in xfs_rmap_has_other_keys()
2542 rks.has_rmap = false; in xfs_rmap_has_other_keys()
2549 xfs_rmap_has_other_keys_helper, &rks); in xfs_rmap_has_other_keys()
2550 *has_rmap = rks.has_rmap; in xfs_rmap_has_other_keys()