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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcm_mpool_pub.h105 unsigned int objsz; /* Object size allocated in this pool */ member in struct:bcm_mp_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.c458 * @objsz: size of the private object attached to inode->i_private
462 ino_t ino, gfp_t gfp_mask, size_t objsz)
472 mi = kzalloc(max(sizeof(*mi), objsz), GFP_NOFS);
529 ino_t ino, size_t objsz)
533 inode = nilfs_mdt_new_common(nilfs, sb, ino, NILFS_MDT_GFP, objsz);
461 nilfs_mdt_new_common(struct the_nilfs *nilfs, struct super_block *sb, ino_t ino, gfp_t gfp_mask, size_t objsz) argument
528 nilfs_mdt_new(struct the_nilfs *nilfs, struct super_block *sb, ino_t ino, size_t objsz) argument

Completed in 140 milliseconds