Searched refs:max_znode_sz (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc_misc.c | 410 znode = kzalloc(c->max_znode_sz, GFP_NOFS); in ubifs_load_znode()
|
| H A D | tnc.c | 201 zn = kmalloc(c->max_znode_sz, GFP_NOFS); in copy_znode() 205 memcpy(zn, znode, c->max_znode_sz); in copy_znode() 2012 zn = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert() 2123 zi = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert()
|
| H A D | super.c | 840 c->max_znode_sz = sizeof(struct ubifs_znode) + in init_constants_sb() 1648 dbg_gen("max. znode size %d", c->max_znode_sz); in mount_ubifs()
|
| H A D | ubifs.h | 1952 int max_znode_sz; member
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | tnc_misc.c | 421 znode = kzalloc(c->max_znode_sz, GFP_NOFS); in ubifs_load_znode()
|
| H A D | tnc.c | 194 zn = kmemdup(znode, c->max_znode_sz, GFP_NOFS); in copy_znode() 2118 zn = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert() 2229 zi = kzalloc(c->max_znode_sz, GFP_NOFS); in tnc_insert()
|
| H A D | super.c | 683 c->max_znode_sz = sizeof(struct ubifs_znode) + in init_constants_sb() 1584 dbg_gen("max. znode size %d", c->max_znode_sz); in mount_ubifs()
|
| H A D | ubifs.h | 1375 int max_znode_sz; member
|