Lines Matching defs:inode
30 #include "delayed-inode.h"
1039 * Walk up the filesystem tree by inode refs until we hit the
1137 struct inode *inode;
1169 inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root);
1170 if (IS_ERR(inode)) {
1171 err = PTR_ERR(inode);
1176 sb->s_root = d_make_root(inode);
1365 static inline int is_subvolume_inode(struct inode *inode)
1367 if (inode && inode->i_ino == BTRFS_FIRST_FREE_OBJECTID)
1404 struct inode *root_inode = d_inode(root);
2169 static int btrfs_control_open(struct inode *inode, struct file *file)