Searched refs:init_once (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/ |
D | char_dev.c | 22 static void init_once(void * foo, kmem_cache_t * cachep, unsigned long flags) in init_once() function 48 0, SLAB_HWCACHE_ALIGN, init_once, in cdev_cache_init()
|
D | block_dev.c | 266 static void init_once(void * foo, kmem_cache_t * cachep, unsigned long flags) in init_once() function 293 0, SLAB_HWCACHE_ALIGN, init_once, in bdev_cache_init()
|
D | inode.c | 169 static void init_once(void * foo, kmem_cache_t * cachep, unsigned long flags) in init_once() function 1343 0, SLAB_HWCACHE_ALIGN, init_once, in inode_init()
|
D | locks.c | 184 static void init_once(void *foo, kmem_cache_t *cache, unsigned long flags) in init_once() function 2039 sizeof(struct file_lock), 0, 0, init_once, NULL); in filelock_init()
|
/linux-2.4.37.9/fs/jfs/ |
D | super.c | 481 static void init_once(void *foo, kmem_cache_t * cachep, unsigned long flags) in init_once() function 502 init_once, NULL); in init_jfs_fs()
|
D | jfs_metapage.c | 102 static void init_once(void *foo, kmem_cache_t *cachep, unsigned long flags) in init_once() function 181 0, 0, init_once, NULL); in metapage_init()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | super.c | 464 static void init_once(void *p, kmem_cache_t *cachep, unsigned long flags) in init_once() function 505 init_once, NULL); in init_hfsplus_fs()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_super.c | 338 init_once( in init_once() function 358 init_once, NULL); in init_inodecache()
|