indirect.c (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | indirect.c (c94c2acf84dc16cf4b989bb0bc849785b7ff52f5) |
---|---|
1/* 2 * linux/fs/ext4/indirect.c 3 * 4 * from 5 * 6 * linux/fs/ext4/inode.c 7 * 8 * Copyright (C) 1992, 1993, 1994, 1995 --- 8 unchanged lines hidden (view full) --- 17 * Copyright (C) 1991, 1992 Linus Torvalds 18 * 19 * Goal-directed block allocation by Stephen Tweedie 20 * (sct@redhat.com), 1993, 1998 21 */ 22 23#include "ext4_jbd2.h" 24#include "truncate.h" | 1/* 2 * linux/fs/ext4/indirect.c 3 * 4 * from 5 * 6 * linux/fs/ext4/inode.c 7 * 8 * Copyright (C) 1992, 1993, 1994, 1995 --- 8 unchanged lines hidden (view full) --- 17 * Copyright (C) 1991, 1992 Linus Torvalds 18 * 19 * Goal-directed block allocation by Stephen Tweedie 20 * (sct@redhat.com), 1993, 1998 21 */ 22 23#include "ext4_jbd2.h" 24#include "truncate.h" |
25#include <linux/dax.h> |
|
25#include <linux/uio.h> 26 27#include <trace/events/ext4.h> 28 29typedef struct { 30 __le32 *p; 31 __le32 key; 32 struct buffer_head *bh; --- 1528 unchanged lines hidden --- | 26#include <linux/uio.h> 27 28#include <trace/events/ext4.h> 29 30typedef struct { 31 __le32 *p; 32 __le32 key; 33 struct buffer_head *bh; --- 1528 unchanged lines hidden --- |