/u-boot/fs/ubifs/ |
A D | budget.c | 634 long long ubifs_reported_space(const struct ubifs_info *c, long long free) in ubifs_reported_space() 679 long long available, outstanding, free; in ubifs_get_free_space_nolock() local 721 long long free; in ubifs_get_free_space() local
|
A D | lprops.c | 529 int free, int dirty, int flags, in ubifs_change_lp() 656 int ubifs_change_one_lp(struct ubifs_info *c, int lnum, int free, int dirty, in ubifs_change_one_lp() 695 int ubifs_update_one_lp(struct ubifs_info *c, int lnum, int free, int dirty, in ubifs_update_one_lp() 1028 int cat, lnum = lp->lnum, is_idx = 0, used = 0, free, dirty, ret; in scan_check_cb() local
|
A D | replay.c | 79 int free; member 970 int err, free; in take_ihead() local 1005 int err, lnum, free; in ubifs_replay_journal() local
|
A D | sb.c | 743 int free = c->ltab[lnum - c->lpt_first].free; in fixup_free_space() local
|
A D | lpt_commit.c | 139 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in upd_ltab() 727 long long free = 0; in need_write_all() local 1751 long long free = 0; in dbg_chk_lpt_free_spc() local
|
A D | lpt.c | 476 static void set_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in set_ltab() 1040 int free = ubifs_unpack_bits(&addr, &pos, c->lpt_spc_bits); in unpack_ltab() local 1149 int free = pnode->lprops[i].free; in validate_pnode() local
|
A D | super.c | 584 unsigned long long free; in ubifs_statfs() local 823 static int bud_wbuf_callback(struct ubifs_info *c, int lnum, int free, int pad) in bud_wbuf_callback()
|
A D | io.c | 833 int free = c->leb_size - wbuf->offs - wbuf->used; in ubifs_wbuf_write_nolock() local
|
A D | debug.c | 587 long long available, outstanding, free; in ubifs_dump_budg() local 1034 long long free; in dbg_check_space_info() local
|
A D | ubifs.h | 1074 int free; member 1092 int free; member
|
/u-boot/arch/sandbox/include/asm/ |
A D | spi.h | 26 void (*free)(void *priv); member
|
/u-boot/include/ |
A D | malloc.h | 871 #pragma weak free = __libc_free macro 887 static inline void free(void *ptr) {} in free() function 906 #define free(ptr) dlfree(ptr) macro
|
A D | irq.h | 126 int (*free)(struct irq *irq); member
|
/u-boot/drivers/mtd/nand/raw/ |
A D | tegra_nand.c | 515 struct nand_oobfree *free = chip->ecc.layout->oobfree; in nand_rw_page() local 731 struct nand_oobfree *free = chip->ecc.layout->oobfree; in nand_rw_oob() local
|
A D | lpc32xx_nand_mlc.c | 107 } free[4]; member
|
A D | nand_base.c | 2247 struct nand_oobfree *free = chip->ecc.layout->oobfree; in nand_transfer_oob() local 3156 struct nand_oobfree *free = chip->ecc.layout->oobfree; in nand_fill_oob() local
|
/u-boot/drivers/mtd/ubi/ |
A D | fastmap.c | 461 struct list_head *free) in scan_pool() 613 struct list_head used, free; in ubi_attach_fastmap() local
|
A D | ubi.h | 583 struct rb_root free; member 731 struct list_head free; member
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 770 struct nand_oobfree *free; in onenand_transfer_auto_oob() local 1374 struct nand_oobfree *free; in onenand_fill_auto_oob() local
|
/u-boot/drivers/soc/ti/ |
A D | k3-navss-ringacc.c | 138 u32 free; member
|