Lines Matching full:refs
87 refcount_t refs; member
90 * how many refs is this entry adding or deleting. For
91 * head refs, this may be a negative number because it is keeping
93 * For individual refs, this will always be a positive number
117 * the head refs are used to hold a lock on a given extent, which allows us
118 * to make sure that only one process is running the delayed refs
132 * the mutex is held while running the refs, and it is also
137 refcount_t refs; member
148 * This is used to track the final ref_mod from all the refs associated
149 * with this head ref, this is not adjusted as delayed refs are run,
157 * for a bytenr, so it is adjusted as delayed refs are run so that any
197 /* Indicate that we are flushing delayed refs for the commit */
357 if (refcount_dec_and_test(&head->refs)) in btrfs_put_delayed_ref_head()