ubifs.h (bf61c8840efe60fd8f91446860b63338fb424158) | ubifs.h (1ab6c4997e04a00c50c6d786c2f046adc0d1f5de) |
---|---|
1/* 2 * This file is part of UBIFS. 3 * 4 * Copyright (C) 2006-2008 Nokia Corporation 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License version 2 as published by 8 * the Free Software Foundation. --- 1610 unchanged lines hidden (view full) --- 1619int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, 1620 void *node); 1621 1622/* tnc_commit.c */ 1623int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot); 1624int ubifs_tnc_end_commit(struct ubifs_info *c); 1625 1626/* shrinker.c */ | 1/* 2 * This file is part of UBIFS. 3 * 4 * Copyright (C) 2006-2008 Nokia Corporation 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License version 2 as published by 8 * the Free Software Foundation. --- 1610 unchanged lines hidden (view full) --- 1619int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, 1620 void *node); 1621 1622/* tnc_commit.c */ 1623int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot); 1624int ubifs_tnc_end_commit(struct ubifs_info *c); 1625 1626/* shrinker.c */ |
1627int ubifs_shrinker(struct shrinker *shrink, struct shrink_control *sc); | 1627unsigned long ubifs_shrink_scan(struct shrinker *shrink, 1628 struct shrink_control *sc); 1629unsigned long ubifs_shrink_count(struct shrinker *shrink, 1630 struct shrink_control *sc); |
1628 1629/* commit.c */ 1630int ubifs_bg_thread(void *info); 1631void ubifs_commit_required(struct ubifs_info *c); 1632void ubifs_request_bg_commit(struct ubifs_info *c); 1633int ubifs_run_commit(struct ubifs_info *c); 1634void ubifs_recovery_commit(struct ubifs_info *c); 1635int ubifs_gc_should_commit(struct ubifs_info *c); --- 150 unchanged lines hidden --- | 1631 1632/* commit.c */ 1633int ubifs_bg_thread(void *info); 1634void ubifs_commit_required(struct ubifs_info *c); 1635void ubifs_request_bg_commit(struct ubifs_info *c); 1636int ubifs_run_commit(struct ubifs_info *c); 1637void ubifs_recovery_commit(struct ubifs_info *c); 1638int ubifs_gc_should_commit(struct ubifs_info *c); --- 150 unchanged lines hidden --- |