Searched refs:binode (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dioctl.c135 static unsigned int btrfs_inode_flags_to_fsflags(struct btrfs_inode *binode) argument
138 u32 flags = binode->flags;
139 u32 ro_flags = binode->ro_flags;
171 struct btrfs_inode *binode = BTRFS_I(inode); local
174 if (binode->flags & BTRFS_INODE_SYNC)
176 if (binode->flags & BTRFS_INODE_IMMUTABLE)
178 if (binode->flags & BTRFS_INODE_APPEND)
180 if (binode->flags & BTRFS_INODE_NOATIME)
182 if (binode->flags & BTRFS_INODE_DIRSYNC)
184 if (binode
250 struct btrfs_inode *binode = BTRFS_I(d_inode(dentry)); local
261 struct btrfs_inode *binode = BTRFS_I(inode); local
[all...]
H A Dinode.c9359 struct btrfs_inode *binode; local
9371 binode = list_entry(splice.next, struct btrfs_inode,
9374 list_move_tail(&binode->delalloc_inodes,
9378 test_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &binode->runtime_flags))
9381 inode = igrab(&binode->vfs_inode);
9390 &binode->runtime_flags);

Completed in 216 milliseconds