File tree 32 files changed +896
-27
lines changed
32 files changed +896
-27
lines changed Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include "kerncompat.h"
2
20
#include "radix-tree.h"
3
21
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __BIT_RADIX__
2
20
#define __BIT_RADIX__
3
21
#include "radix-tree.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#define _XOPEN_SOURCE 500
2
20
#include <stdio.h>
3
21
#include <stdlib.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __CHECKER__
2
20
#include <sys/ioctl.h>
3
21
#include <sys/mount.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __BTRFS__
2
20
#define __BTRFS__
3
21
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include <uuid/uuid.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include <signal.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#define _XOPEN_SOURCE 600
2
20
#define __USE_XOPEN2K
3
21
#include <stdio.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __DISKIO__
2
20
#define __DISKIO__
3
21
#include "list.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
/*
2
20
* Original copy from:
3
21
* linux/fs/ext3/hash.c
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __HASH__
2
20
#define __HASH__
3
21
int btrfs_name_hash (const char * name , int len , u64 * hash_result );
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include <string.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __IOCTL_
2
20
#define __IOCTL_
3
21
#include <linux/ioctl.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __KERNCOMPAT
2
20
#define __KERNCOMPAT
3
21
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef _LINUX_LIST_H
2
20
#define _LINUX_LIST_H
3
21
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#define _XOPEN_SOURCE 500
2
20
#ifndef __CHECKER__
3
21
#include <sys/ioctl.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __PRINT_TREE_
2
20
#define __PRINT_TREE_
3
21
void btrfs_print_leaf (struct btrfs_root * root , struct btrfs_leaf * l );
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
/*
2
20
* Copyright (C) 2001 Momchil Velikov
3
21
* Portions Copyright (C) 2001 Christoph Hellwig
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
/*
2
20
* Copyright (C) 2001 Momchil Velikov
3
21
* Portions Copyright (C) 2001 Christoph Hellwig
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include <signal.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#include <stdio.h>
2
20
#include <stdlib.h>
3
21
#include "kerncompat.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2007 Oracle. All rights reserved.
3
+ *
4
+ * This program is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU General Public
6
+ * License v2 as published by the Free Software Foundation.
7
+ *
8
+ * This program is distributed in the hope that it will be useful,
9
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ * General Public License for more details.
12
+ *
13
+ * You should have received a copy of the GNU General Public
14
+ * License along with this program; if not, write to the
15
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
+ * Boston, MA 021110-1307, USA.
17
+ */
18
+
1
19
#ifndef __TRANSACTION__
2
20
#define __TRANSACTION__
3
21
You can’t perform that action at this time.
0 commit comments