xfs_itable.c (df9b42963f2d010ae3163a894ce22cf6b27cd344) xfs_itable.c (33479e0542df066fb0b47df18780e93bfe6e0dc5)
1/*
2 * Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

--- 20 unchanged lines hidden (view full) ---

29#include "xfs_ialloc_btree.h"
30#include "xfs_dinode.h"
31#include "xfs_inode.h"
32#include "xfs_ialloc.h"
33#include "xfs_itable.h"
34#include "xfs_error.h"
35#include "xfs_btree.h"
36#include "xfs_trace.h"
1/*
2 * Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

--- 20 unchanged lines hidden (view full) ---

29#include "xfs_ialloc_btree.h"
30#include "xfs_dinode.h"
31#include "xfs_inode.h"
32#include "xfs_ialloc.h"
33#include "xfs_itable.h"
34#include "xfs_error.h"
35#include "xfs_btree.h"
36#include "xfs_trace.h"
37#include "xfs_icache.h"
37
38STATIC int
39xfs_internal_inum(
40 xfs_mount_t *mp,
41 xfs_ino_t ino)
42{
43 return (ino == mp->m_sb.sb_rbmino || ino == mp->m_sb.sb_rsumino ||
44 (xfs_sb_version_hasquota(&mp->m_sb) &&

--- 683 unchanged lines hidden ---
38
39STATIC int
40xfs_internal_inum(
41 xfs_mount_t *mp,
42 xfs_ino_t ino)
43{
44 return (ino == mp->m_sb.sb_rbmino || ino == mp->m_sb.sb_rsumino ||
45 (xfs_sb_version_hasquota(&mp->m_sb) &&

--- 683 unchanged lines hidden ---