Searched refs:clear (Results 1 - 6 of 6) sorted by relevance

/fs/btrfs/
H A Dsysfs.c64 u64 set, clear; local
68 clear = BTRFS_FEATURE_COMPAT_SAFE_CLEAR;
72 clear = BTRFS_FEATURE_COMPAT_RO_SAFE_CLEAR;
76 clear = BTRFS_FEATURE_INCOMPAT_SAFE_CLEAR;
86 if (clear & fa->feature_bit)
115 u64 features, set, clear; local
129 clear = BTRFS_FEATURE_COMPAT_SAFE_CLEAR;
132 clear = BTRFS_FEATURE_COMPAT_RO_SAFE_CLEAR;
135 clear = BTRFS_FEATURE_INCOMPAT_SAFE_CLEAR;
146 (!val && !(clear
[all...]
H A Dextent_io.c506 * utility function to clear some bits in an extent state struct.
561 * clear some bits on a range in the tree. This may require splitting
583 int clear = 0; local
595 clear = 1;
607 if (clear) {
614 if (clear)
619 if (clear)
654 * If the extent we found is inside our range, we clear
677 * We need to split the extent, and clear the bit
735 * waits for one or more bits to clear o
[all...]
H A Dfree-space-cache.c319 static void io_ctl_map_page(struct io_ctl *io_ctl, int clear) argument
326 if (clear)
1715 * to search for as much as it as we can and clear that amount, and then
1728 /* Cannot clear past the end of the bitmap */
/fs/ocfs2/
H A Duptodate.c116 int clear)
121 if (clear) {
115 ocfs2_metadata_cache_reset(struct ocfs2_caching_info *ci, int clear) argument
H A Ddir.c1246 goto clear;
1251 clear:
H A Ddlmglue.c224 * expected that the locking wrapper will clear the
745 /* Need to clear out the lock status block for the dlm */
824 unsigned long clear)
826 lockres_set_flags(lockres, lockres->l_flags & ~clear);
923 * returns. The ast clears OCFS2_LOCK_BUSY, and must therefore clear
925 * the caller is going to try to clear PENDING again. If nothing else is
931 * cannot clear PENDING, because that will re-open the original race
943 * clear PENDING ocfs2_unblock_lock()
951 * clear PENDING
965 * current generation number. When ocfs2_cluster_lock() goes to clear
823 lockres_clear_flags(struct ocfs2_lock_res *lockres, unsigned long clear) argument
[all...]

Completed in 241 milliseconds