Searched refs:n_chunks (Results 1 - 2 of 2) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.h965 int yaffs_check_alloc_available(struct yaffs_dev *dev, int n_chunks);
H A Dyaffs_guts.c344 int yaffs_check_alloc_available(struct yaffs_dev *dev, int n_chunks) argument
355 return (dev->n_free_chunks > (reserved_chunks + n_chunks));

Completed in 93 milliseconds