Home
last modified time | relevance | path

Searched refs:SLAB_CTOR_CONSTRUCTOR (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/
Dchar_dev.c26 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
27 SLAB_CTOR_CONSTRUCTOR) in init_once()
Dblock_dev.c270 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
271 SLAB_CTOR_CONSTRUCTOR) in init_once()
Ddcache.c1244 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_buffer_head()
1245 SLAB_CTOR_CONSTRUCTOR) in init_buffer_head()
Dinode.c173 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
174 SLAB_CTOR_CONSTRUCTOR) in init_once()
Dlocks.c188 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) != in init_once()
189 SLAB_CTOR_CONSTRUCTOR) in init_once()
/linux-2.4.37.9/include/linux/
Dslab.h44 #define SLAB_CTOR_CONSTRUCTOR 0x001UL /* if not set, then deconstructor */ macro
/linux-2.4.37.9/fs/jfs/
Dsuper.c485 if ((flags & (SLAB_CTOR_VERIFY | SLAB_CTOR_CONSTRUCTOR)) == in init_once()
486 SLAB_CTOR_CONSTRUCTOR) { in init_once()
Djfs_metapage.c106 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
107 SLAB_CTOR_CONSTRUCTOR) { in init_once()
/linux-2.4.37.9/fs/hfsplus/
Dsuper.c468 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == SLAB_CTOR_CONSTRUCTOR) { in init_once()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c345 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
346 SLAB_CTOR_CONSTRUCTOR) { in init_once()
/linux-2.4.37.9/mm/
Dslab.c1132 ctor_flags = SLAB_CTOR_CONSTRUCTOR; in kmem_cache_grow()
1433 cachep->ctor(objp, cachep, SLAB_CTOR_CONSTRUCTOR|SLAB_CTOR_VERIFY); in kmem_cache_free_one()