xfs_linux.h (aeb8f932080d62cdc305a7ccca9d60de34908b30) | xfs_linux.h (6d3ebaae7c20128bfa6965a8d5cee0d1deea8486) |
---|---|
1/* 2 * Copyright (c) 2000-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 * --- 370 unchanged lines hidden (view full) --- 379 380#ifndef STATIC 381# define STATIC static noinline 382#endif 383 384#endif /* XFS_WARN */ 385#endif /* DEBUG */ 386 | 1/* 2 * Copyright (c) 2000-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 * --- 370 unchanged lines hidden (view full) --- 379 380#ifndef STATIC 381# define STATIC static noinline 382#endif 383 384#endif /* XFS_WARN */ 385#endif /* DEBUG */ 386 |
387#ifdef CONFIG_XFS_RT 388#define XFS_IS_REALTIME_INODE(ip) ((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME) 389#else 390#define XFS_IS_REALTIME_INODE(ip) (0) 391#endif 392 |
|
387#endif /* __XFS_LINUX__ */ | 393#endif /* __XFS_LINUX__ */ |