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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c81 if (flags & BTRFS_INODE_DIRSYNC)
104 if (ip->flags & BTRFS_INODE_DIRSYNC)
123 flags &= ~BTRFS_INODE_DIRSYNC;
197 ip->flags |= BTRFS_INODE_DIRSYNC;
199 ip->flags &= ~BTRFS_INODE_DIRSYNC;
H A Dctree.h1213 #define BTRFS_INODE_DIRSYNC (1 << 10) macro

Completed in 65 milliseconds