xfs_rmap.c (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | xfs_rmap.c (9bbafc71919adfdf83fafd2ce909853b493e7d86) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2014 Red Hat, Inc. 4 * All Rights Reserved. 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" --- 7 unchanged lines hidden (view full) --- 16#include "xfs_trans.h" 17#include "xfs_alloc.h" 18#include "xfs_rmap.h" 19#include "xfs_rmap_btree.h" 20#include "xfs_trace.h" 21#include "xfs_errortag.h" 22#include "xfs_error.h" 23#include "xfs_inode.h" | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2014 Red Hat, Inc. 4 * All Rights Reserved. 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" --- 7 unchanged lines hidden (view full) --- 16#include "xfs_trans.h" 17#include "xfs_alloc.h" 18#include "xfs_rmap.h" 19#include "xfs_rmap_btree.h" 20#include "xfs_trace.h" 21#include "xfs_errortag.h" 22#include "xfs_error.h" 23#include "xfs_inode.h" |
24#include "xfs_ag.h" |
|
24 25/* 26 * Lookup the first record less than or equal to [bno, len, owner, offset] 27 * in the btree given by cur. 28 */ 29int 30xfs_rmap_lookup_le( 31 struct xfs_btree_cur *cur, --- 2743 unchanged lines hidden --- | 25 26/* 27 * Lookup the first record less than or equal to [bno, len, owner, offset] 28 * in the btree given by cur. 29 */ 30int 31xfs_rmap_lookup_le( 32 struct xfs_btree_cur *cur, --- 2743 unchanged lines hidden --- |