xfs_filestream.c (a02001086bbfb4da35d1228bebc2f1b442db455f) | xfs_filestream.c (6d3ebaae7c20128bfa6965a8d5cee0d1deea8486) |
---|---|
1/* 2 * Copyright (c) 2006-2007 Silicon Graphics, Inc. 3 * Copyright (c) 2014 Christoph Hellwig. 4 * All Rights Reserved. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation. --- 15 unchanged lines hidden (view full) --- 24#include "xfs_sb.h" 25#include "xfs_mount.h" 26#include "xfs_inum.h" 27#include "xfs_inode.h" 28#include "xfs_bmap.h" 29#include "xfs_bmap_util.h" 30#include "xfs_alloc.h" 31#include "xfs_mru_cache.h" | 1/* 2 * Copyright (c) 2006-2007 Silicon Graphics, Inc. 3 * Copyright (c) 2014 Christoph Hellwig. 4 * All Rights Reserved. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation. --- 15 unchanged lines hidden (view full) --- 24#include "xfs_sb.h" 25#include "xfs_mount.h" 26#include "xfs_inum.h" 27#include "xfs_inode.h" 28#include "xfs_bmap.h" 29#include "xfs_bmap_util.h" 30#include "xfs_alloc.h" 31#include "xfs_mru_cache.h" |
32#include "xfs_dinode.h" | |
33#include "xfs_filestream.h" 34#include "xfs_trace.h" 35 36struct xfs_fstrm_item { 37 struct xfs_mru_cache_elem mru; 38 struct xfs_inode *ip; 39 xfs_agnumber_t ag; /* AG in use for this directory */ 40}; --- 394 unchanged lines hidden --- | 32#include "xfs_filestream.h" 33#include "xfs_trace.h" 34 35struct xfs_fstrm_item { 36 struct xfs_mru_cache_elem mru; 37 struct xfs_inode *ip; 38 xfs_agnumber_t ag; /* AG in use for this directory */ 39}; --- 394 unchanged lines hidden --- |