Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dslab.h46 #define SLAB_CTOR_VERIFY 0x004UL /* tell constructor it's a verify call */ macro
/linux-2.4.37.9/fs/
Dchar_dev.c26 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
Dblock_dev.c270 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
Ddcache.c1244 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_buffer_head()
Dinode.c173 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()
Dlocks.c188 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) != in init_once()
/linux-2.4.37.9/fs/jfs/
Dsuper.c485 if ((flags & (SLAB_CTOR_VERIFY | SLAB_CTOR_CONSTRUCTOR)) == in init_once()
Djfs_metapage.c106 if ((flags & (SLAB_CTOR_VERIFY|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()
/linux-2.4.37.9/mm/
Dslab.c1433 cachep->ctor(objp, cachep, SLAB_CTOR_CONSTRUCTOR|SLAB_CTOR_VERIFY); in kmem_cache_free_one()