Home
last modified time | relevance | path

Searched refs:n_obj (Results 1 – 5 of 5) sorted by relevance

/fs/yaffs2/
Dyaffs_allocator.c242 static int yaffs_create_free_objs(struct yaffs_dev *dev, int n_obj) in yaffs_create_free_objs() argument
254 if (n_obj < 1) in yaffs_create_free_objs()
258 new_objs = kmalloc(n_obj * sizeof(struct yaffs_obj), GFP_NOFS); in yaffs_create_free_objs()
272 for (i = 0; i < n_obj; i++) in yaffs_create_free_objs()
275 allocator->n_free_objects += n_obj; in yaffs_create_free_objs()
276 allocator->n_obj_created += n_obj; in yaffs_create_free_objs()
Dyaffs_guts.h702 int n_obj; member
Dyaffs_guts.c724 dev->n_obj = 0; in yaffs_deinit_tnodes_and_objs()
1637 dev->n_obj--; in yaffs_free_obj()
1802 dev->n_obj++; in yaffs_alloc_empty_obj()
1997 dev->n_obj = 0; in yaffs_init_tnodes_and_objs()
Dyaffs_yaffs2.c227 dev->n_obj; in yaffs_calc_checkpt_blocks_required()
Dyaffs_vfs.c3029 buf += sprintf(buf, "n_obj................ %d\n", dev->n_obj);