Home
last modified time | relevance | path

Searched refs:btrfs_new_inode_args (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dbtrfs_inode.h444 struct btrfs_new_inode_args { struct
458 int btrfs_new_inode_prepare(struct btrfs_new_inode_args *args, argument
461 struct btrfs_new_inode_args *args);
462 void btrfs_new_inode_args_destroy(struct btrfs_new_inode_args *args);
H A Dinode.c476 struct btrfs_new_inode_args *args) in btrfs_init_inode_security()
6108 int btrfs_new_inode_prepare(struct btrfs_new_inode_args *args, in btrfs_new_inode_prepare()
6162 void btrfs_new_inode_args_destroy(struct btrfs_new_inode_args *args) in btrfs_new_inode_args_destroy()
6198 struct btrfs_new_inode_args *args) in btrfs_create_new_inode()
6520 struct btrfs_new_inode_args new_inode_args = { in btrfs_create_common()
8989 struct btrfs_new_inode_args whiteout_args = { in btrfs_rename()
9436 struct btrfs_new_inode_args new_inode_args = { in btrfs_symlink()
9767 struct btrfs_new_inode_args new_inode_args = { in btrfs_tmpfile()
H A Dioctl.c595 struct btrfs_new_inode_args new_inode_args = { in create_subvol()