projects
/
platform
/
upstream
/
btrfs-progs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
dir inode index
[platform/upstream/btrfs-progs.git]
/
file-item.c
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include "kerncompat.h"
4
#include "radix-tree.h"
5
#include "ctree.h"
6
#include "disk-io.h"
7
#include "transaction.h"
8
9
int btrfs_create_file(struct btrfs_trans_handle *trans,
10
struct btrfs_root *root, u64 dirid, u64 *objectid)
11
{
12
return 0;
13
}