Searched refs:BTRFS_INODE_NEEDS_FULL_SYNC (Results 1 - 4 of 4) sorted by path

/linux-master/fs/btrfs/
H A Dbtrfs_inode.h61 BTRFS_INODE_NEEDS_FULL_SYNC, enumerator in enum:__anon1945
392 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags);
H A Dfile.c1776 (test_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags) ||
1868 full_sync = test_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
1910 clear_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
H A Dinode.c3874 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
H A Dtree-log.c2844 if (!test_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags) &&
4261 * the inode, we set BTRFS_INODE_NEEDS_FULL_SYNC on its runtime
6429 (!test_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
6541 if (test_bit(BTRFS_INODE_NEEDS_FULL_SYNC,
6549 clear_bit(BTRFS_INODE_NEEDS_FULL_SYNC,

Completed in 263 milliseconds