Lines Matching defs:update
62 * update. If such an ongoing update is present, fast commit waits for it to
63 * complete. The completion of such an update is marked by
239 * Inform Ext4's fast about start of an inode update
242 * performing any inode update. This function blocks if there's an ongoing
267 * Stop inode update and wake up waiting fast commits if any.
366 * __fc_track_fn() with update = 0. If we have already been called after a full
367 * commit, we pass update = 1. Based on that, the track function can determine
369 * update the previously tracked value.
378 bool update = false;
387 update = true;
392 ret = __fc_track_fn(inode, args, update);
416 static int __track_dentry_update(struct inode *inode, void *arg, bool update)
572 static int __track_inode(struct inode *inode, void *arg, bool update)
574 if (update)
610 static int __track_range(struct inode *inode, void *arg, bool update)
624 if (update && ei->i_fc_lblk_len > 0) {
1217 * Commit couldn't start. Just update stats and perform a
1572 /* Immediately update the inode on disk. */
1633 /* This takes care of update group descriptor and other metadata */
1687 * fc_regions_used, update it when do new additions.