Lines Matching defs:dirty

180  * DIRTY_ZNODE: znode is dirty
234 * DIRTY_CNODE: cnode is dirty
248 * LTAB_DIRTY: ltab node is dirty
249 * LSAVE_DIRTY: lsave node is dirty
362 * @dirty: non-zero if the inode is dirty
366 * serializes "clean <-> dirty" state changes, serializes bulk-read,
367 * protects @dirty, @bulk_read, @ui_size, and @xattr_size
388 * operation is going to mark an inode dirty, it has to allocate budget for
389 * this. It cannot just mark it dirty because there is no guarantee there will
391 * to have full control over inode "clean <-> dirty" transitions (and pages
392 * actually). But unfortunately, VFS marks inodes dirty in many places, and it
395 * So UBIFS has its own inode dirty flag and its own mutex to serialize
396 * "clean <-> dirty" transitions.
417 unsigned int dirty:1;
453 * LPROPS_DIRTY: dirty > free, dirty >= @c->dead_wm, not index
454 * LPROPS_DIRTY_IDX: dirty + free > @c->min_idx_node_sze and index
455 * LPROPS_FREE: free > 0, dirty < @c->dead_wm, not empty, not index
458 * LPROPS_FREEABLE: free + dirty == leb_size, not index, not taken
459 * LPROPS_FRDI_IDX: free + dirty == leb_size and index, may be taken
481 * @dirty: amount of dirty space in bytes
489 int dirty;
501 * @dirty: amount of dirty space in bytes
507 int dirty;
518 * @total_dirty: total dirty space in bytes (includes all LEBs)
867 * @dirtied_page: non-zero if the operation makes a page dirty
873 * @dirtied_ino: how many inodes the operation makes dirty
877 * @dd_growth: how much data that makes other data dirty the operation will
887 * dirty by the re-name operation.
973 * other data dirty
1134 * @dirty_pg_cnt: number of dirty pages (not used)
1135 * @dirty_zn_cnt: number of dirty znodes
1194 * @space_bits: number of bits needed to record free or dirty space
1214 * @lpt_drty_flgs: dirty flags for LPT special nodes e.g. ltab
1215 * @dirty_nn_cnt: number of dirty nnodes
1216 * @dirty_pn_cnt: number of dirty pnodes
1228 * @freeable_list: list of freeable non-index LEBs (free + dirty == @leb_size)
1229 * @frdi_idx_list: list of freeable index LEBs (free + dirty == @leb_size)
1987 void ubifs_add_lpt_dirt(struct ubifs_info *c, int lnum, int dirty);
2005 int free, int dirty, int flags,
2015 int ubifs_change_one_lp(struct ubifs_info *c, int lnum, int free, int dirty,
2017 int ubifs_update_one_lp(struct ubifs_info *c, int lnum, int free, int dirty,